
<style>{  }

a:link
{
cursor: crosshair;
color: #08408B;
text-decoration: none;
font-weight: bold;
}

a:visited 
{
cursor: crosshair;
color: #08408B;
text-decoration: none;
font-weight: bold;
}

a:hover 
{
cursor: crosshair;
color:  #8B0607;
text-decoration: none;
font-weight: bolder;
border-right: 1px solid  #8B0607;
border-bottom: 1px solid #8B0607;
border-left: 1px solid #8B0607;
border-top: 1px solid #8B0607;
}

BODY  {
	background-color: transparent;
	font-size: 8pt;
	letter-spacing: 1px;
	font-family : tahoma;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
	scrollbar-face-color:#8B0607;
	scrollbar-arrow-color:#8B0607;
	scrollbar-base-color:#C1C9E0;
	background-image : url('none') ;
	background-repeat : repeat;
	background-attachment : fixed
}
-->
</style>