<STYLE TYPE="text/css">
<!--

BODY {
        font-family: Verdana;
        font-weight: small;
        font-style: normal;
        font-size: small;
        color: black;
        background: white;
}

A:active {
		 color: red; 
		 text-decoration: underline;
}

A:hover {
		 color: blue; 
		 text-decoration: underline;
}

A:link {
	     color: blue; 
		 text-decoration: underline;
}

A:visited {
		 color: purple; 
		 text-decoration: underline;
}




-->
</STYLE>