body { 
	background: rgb(165,189,223); 
	margin: 10px; 
	font-family: Arial; 
	font-size: 10pt;
	color: rgb(0,0,0);
	
		
}
A { padding: 3px; text-decoration: none; color: rgb(0,0,0); } 
A: link {  color: black; text-decoration: none border=0}
a:visited { color: black; text-decoration: none border=0}
a:active { color: black; text-decoration: none border=0}
A:hover	{ background: rgb(224,235,253); }	


div#left { 
	width: 350px; 
	float: left; 
}
	
div#right {  margin-left: 380px; }

div#v { width: 100;
		float: left;
}

div#m { width: 100;
		float: middle;
}
	
div#v { width: 100;
		float: right;
}

p.fat { font-weight: bold; }

p#mt { margin-top: 60px; }

h1 { font-family: Verdana; font-size: 16px}

h2 { font-family: Verdana; font-size: 12px}