body {
	background-color: #A76B9F;
}
div.lhs p a, div.lhs p.here	{
	background-image: url(../images/clouds/purple.gif);
	background-color:white;
}
div.lhs p a:hover	{
	background-color: #DCC4D9;
}
div.lhs p.here	{
	font-weight:bold;
	color: #A76B9F;
}

div.main	{
	margin: 0px 5px;
	background-color: #F4ECF3;
}

h1 {
	color: #A76B9F;
}

a:link {
		color: #A76B9F;
		font-weight: bold;
		text-decoration: none;
}

a:visited {
		font-weight: bold;
		text-decoration: none;
		color:#7D5177;
	}
	
a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #B668AC;
}

div.rhs p {
	font-family:Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

div.rhs a:link {
		color: White;
		text-decoration: none;
}

div.rhs a:visited {
		text-decoration: none;
		color:#CEB2CA;
	}
	
div.rhs a:hover {
		text-decoration: underline;
		color: #CE92C6;
}

hr {
	color: #A76B9F;
	background-color: #A76B9F;
	height: 3px;
	margin: 10px 20px;
}

div.break {
	color: #A76B9F;
}