
<style>
<!--

a:link {
cursor: crosshair;
color: #000000;
text-decoration: none;
font-weight: normal;
}
   

a:visited 
{
cursor: crosshair;
color: #000000;
text-decoration: none;
font-weight: normal;
}


a:hover 
{
cursor: default;
color: #000000;
text-decoration: none;
font-weight: bold;
border:1pt solid #ffffff
}


BODY  {
	background-color: transparent;
	font-size: 8pt;
	letter-spacing: 1px;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : #FF0000;
	text-decoration : none;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #FF0000;
	scrollbar-base-color: #FFFFFF;
	scrolling: none;
	background-image : none ;
	background-repeat : repeat;
	background-attachment : fixed;
}
-->
</style>
