.top-left, .top-right, .bottom-left, .bottom-right
{
	background-image: url('berrymint.gif');	/* CHANGE: path and name of your image */
}

.inside
{	border-left:	1px solid #281e59;	/* YCC: color & properties of the left-borderline */
	border-right:	1px solid #281e59;	/* YCC: color & properties of the right-borderline */
	background:	#ddd9f2;          	/* YCC: background-color of the inside */
}

body
{
	background: #e8e5f6;
}

a:link, a:visited
{
	text-decoration: none;
	color: #660066;
}

a:hover, a:active
{
	text-decoration: none;
	color: #993399;
}

h5, h5 a
{
	color: #969
}

hr
{
	color: #330033;
	background-color: #330033;
}