BODY {
	background: White;
	color : Black;
	font-family : sans-serif;
	}
A:ACTIVE, A:HOVER {
	background : White;
}
A:LINK {
	color: #CC0000;
	font-weight : bold;
}
a:visited{
		color: Black;
	font-weight : bold;
}
	#banner{
	border-top:2px solid #000;
		border-right:2px solid #000;
		border-bottom:2px solid #000;
		border-left:2px solid #000;}
	#leftcontent {
		float:left;
		width:25%;
		background: #6699FF;
		border-right:2px solid #000;
		border-left:2px solid #000;
		color: Black;

		padding-bottom:20px;
		padding-left : 5%;
		margin-right : 5%;
		}
	#leftcontent div.topic {
	margin-left : 10%;
	margin-top : 10px;
	margin-bottom: 10px;
}

#leftcontent A:LINK, a:visited  {
	color: Black;
	font-weight : bold;
	text-decoration : none;
	
}

.Explanation {
	font-size : 70%;
}

#leftcontent A:ACTIVE, A:HOVER  {
	color: Black;
	font-weight : bold;
	text-decoration : none;
	background : #CCCCCC;
}

	#rightcontent  table{
	
	background: White;
		padding-right : 10%;
		padding-left : 5%;
		
		}
