<!--

a:link {
 color: #0066cc;
 font-weight: normal; 
 text-decoration: none;
 font-size: 9px;
 }
a:visited {
 color: #0066cc;
 font-weight: normal; 
 text-decoration: normal;
 font-size: 9px;
 }
a:active {
 color: #0066cc;
 font-weight: normal; 
 text-decoration: none;
 font-size: 9px;
 }
a:hover {
 color: #FF0000;
 text-decoration:  underline;
 font-size: 9px;
 font-weight: bold;
 }  
.small { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 padding-left: 5px;
 line-height: 14px;
 color: #000000;
 text-decoration: 
}
input, textarea, select {
 background-color: #ffffff;
 border-style: solid;
 border-width: 1px;
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #000000;
 padding: 0px;
}
body{
MARGIN: 5px;}

-->