body { 
	background: rgb(252,252,252); 
	margin: 10px; 
	font-family: Georgia; 
	font-size: 12pt;
	color: rgb(0,0,0);
}
A { padding: 3px; text-decoration: none; color: rgb(82,26,183); } 
A: link {  color: rgb(0,0,0); text-decoration: none border=0}
a:visited { color: rgb(0,0,0); text-decoration: none border=0}
a:active { color: rgb(0,0,0); text-decoration: none border=0}
A:hover	{ background: rgb(235,235,235); }	
	
	
div#left { 
	width: 500px; 
	float: left; 
}
	
div#right {  margin-left: 510px; }

p.fat { font-weight: bold; }

p#mt { margin-top: 60px; }

h1 { font-family: Verdana; font-size: 18px }
