body {
	font-family:Arial;
	font-size:12;
	color:rgb(153,153,153);
	background-color:#CCCCCC;
}
h1 {
	font-family:Verdana; 
	font-weight:bolder; 
	font-size:32pt; color:#0000CC;
}
a:hover {
	 color:rgb(0,102,255);
}
a:link { 
	color:blue; 
	text-decoration:underline; 
	size:2;
}
a:visited { 
	color:blue; 
	text-decoration:underline; 
	size:2;
}
a:active { 
	color:rgb(0,102,255); 
	size:2;
}
a.1:link { 
	color:green; 
	size:2;
}
a.1:active  { 
	color:green; 
	size:2;
}
a.1:visited { 
	color:green; 
	size:2;
}
table {
	font-family:Verdana; 
	font-size:14; 
	color:black; 
}
table.1 {
	font-family:Verdana; 
	font-size:12; 
	color:black; 
}
table.2 {
	font-family:Verdana; 
	font-size:10; 
	color:red; 
}