/* AUTHOR: Andrzej DZIENISZEWSKI */
/* CREATION DATE: 00-07-22 */
<style type="text/css"> 
 <!--
 A:link  {
 	color : green;
 	text-decoration : none;
 	font-weight : none;
 }
 
 A:visited  {
 	color : green;
 	text-decoration : none;
 }
 
 A:active  {
 	color : red;
 	text-decoration : none;
 }
 
 A:hover  {
 	background-color : red;
 	color : white;
 	text-decoration : none;
 }
 -->
 </style>