<style>
<!--  
table {
	font : 8pt;
	text-align : justify;
}

A:visited {
	color: #000099;
	text-decoration: none;
	font-family : Verdana;
	font-size : 10pt;
} 
 A:link {
	color:#000099;
	text-decoration: none;
	font-family : Verdana;
	font-size : 10pt;
} 
 A:hover {
	color: Red;
	text-decoration: none;
		font-family : Verdana;
	font-size : 10pt;
		
}  
A:active {
	color: Teal;
	font-family : Verdana;
	font-size : 10pt;
}  

body {
	font : 8pt Verdana;
	text-align : justify;
	font-family : Arial;
}
-->
</style>