<STYLE>
a:link {
color : #0063c0; 
text-decoration : none; 
cursor : pointer;
}

a:visited {
color : #0063c0; 
text-decoration : none; 
cursor : pointer;
}
a:active {
color : #0063c0; 
text-decoration : none; 
cursor:pointer;
}

a:hover {
color : #FF0000; 
text-decoration : none; 
cursor : pointer; 
return : true; 
font-weight : none}   

BODY {
	SCROLLBAR-FACE-COLOR: #808080; FONT-SIZE: 10pt; 
	SCROLLBAR-HIGHLIGHT-COLOR: #c5beb4; 
	CURSOR: default; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #c0c0c0; 
	FONT-FAMILY: Verdana; 
	SCROLLBAR-DARKSHADOW-COLOR: #847965; 
	BACKGROUND-COLOR: #E5E5E5
}
</style>