.top-left, .top-right, .bottom-left, .bottom-right{ 	background-image: url('peppermint.gif');	/* CHANGE: path and name of your image */}.inside{	border-left:	1px solid #770014;	/* YCC: color & properties of the left-borderline */	border-right:	1px solid #770014;	/* YCC: color & properties of the right-borderline */	background:	#ffced8;          	/* YCC: background-color of the inside */}body {	background: #ffdde5; }a:link, a:visited {	text-decoration: none;	color: #773355; }a:hover, a:active {	text-decoration: none;	color: #CC6699; }h5, h5 a { color: #966 }hr {	color: #773355;	background-color: #773355; }