<style type="text/css">//CSS Style
a:link {color: red} 
a:active {color: #00FF66} 
a:visited {color: #CC66CC} 
a:hover {background:yellow;color: red} 
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC9900} 
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333} 
li {color: darkgreen; list-style-type: square} 
ul {color: #339966; list-style-type: square} 
ol {color: #339966} 

<!--a:hover{color:black; 
font-weight:bold; 
font-style:italic; 
font-size:13; 
background-color:lightblue; }-->
</style>

