@charset "utf-8";
/* CSS Document */
 
<STYLE type=text/css>
A:link {
 COLOR: cc0066/*The color of the link*/
}
A:visited {
 COLOR: #330033 /*The color of the visited link*/
}
A:hover {
 COLOR: #ff66ff /*The color of the mouseover or 'hover' link*/
}
BODY { COLOR: #000000 /*The color of all the other text within the body of the page*/
{ 
</STYLE>

