body 
{ 
	color: black; 
	font-size: 12pt; 
	font-style: normal; 
	text-decoration: none; 
	text-align: left; }
	
p { color: black; }
td { color: black; }
a:link { color: gray; text-decoration: none;font-size: 10pt; }
a:visited {
	color: #999;
	text-decoration: none;
	font-size: 10pt;
}
a:hover {
	color: maroon;
	font-size: 10pt;
}
a:active {
	font-size: 10pt;
}
