<style type="text/css"> 

A:link {
 	COLOR: #F0F0F0; text-decoration: none;
 }
 A:visited {
 	COLOR: #F0F0F0; text-decoration: none;
 }
 A:active {
 	COLOR: #F0F0F0; text-decoration: none;
 }
 A:hover {
 	COLOR: #FF0000; text-decoration: underline;
 }
 
 
 p {
   font-family: verdana, arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #F0F0F0;
 }
 
 
 h1 {
   margin:0px;
   font-family: verdana, arial, sans-serif;
   font-size: 20px;
   color: #F0F0F0;
   letter-spacing: 1px;
 }