body {
	font-family: , Arial, Verdana, sans-serif;
         }

A:link {	color           : #666666;
		background      : transparent;
		text-decoration: none;
                font-family: Arial, Verdana, sans-serif;
                font-size: 80%;
	}


A:visited {	color: #666666;
		background      : transparent;
		text-decoration: none;
                font-family: Arial, Verdana, sans-serif;
                font-size: 80%;
 	}


A:hover {	color           : #ffffff;
		background      : #cc0000;
		text-decoration: underline}


A:active {	color: #ffffff;
		background      : #cc0000;
		text-decoration: underline	}


