body {
	background-color: #ffffff;
	color: #000000;
	font-family : tahoma; 
	font-size : 10pt ;
 
}	

font.heading {
	font-family : arial, times; 
	font-size : 12pt ; 
	font-weight : bold; 
	color : #0066CC 

} 

a:link {
	color: #000000;
	text-decoration : none; 
	font-weight: bold
}
a:visited {
	color: blue;
	text-decoration : none; 
	font-weight: bold
}
a:hover {
	color: orange;
	text-decoration : none; 
	font-weight: bold
}
a:active {
	color: #d8d8d8;
	text-decoration : none; 
	font-weight: bold
}

