<!--
BODY {
SCROLLBAR-FACE-COLOR: white;
SCROLLBAR-HIGHLIGHT-COLOR: ffffff;
SCROLLBAR-SHADOW-COLOR: gray;
SCROLLBAR-3DLIGHT-COLOR: ffffff;
SCROLLBAR-ARROW-COLOR: gray;
SCROLLBAR-TRACK-COLOR: ffffff;
SCROLLBAR-DARKSHADOW-COLOR: ffffff;
}
-->


A.sample:link{
	color:black;
	text-decoration:none;
}

A.sample:visited{
	color:black;
	text-decoration:none;
}

A.sample:active{
	color:yellow;
	background:none;
	text-decoration:underline;
}

A.sample:hover{
	color:yellow;
	text-decoration:underline;
}