<STYLE type="text/css">

<!--
BODY {
scrollbar-face-color:#6699CC;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#99CCFF;
scrollbar-darkshadow-color:#000066;
scrollbar-shadow-color:#333366;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
}

/*normal links in the text*/
A:link {
  color: #000000; 
  background: #FFFFFF;; text-decoration: underline}
A:visited {
  color: #000000; 
  text-decoration : underline; 
  background: #FFFFFF;}
A:hover { 
  color: #000088; 
  text-decoration : none; 
  background: #FFFFFF;}

/*now follow the section links in the navigation bar*/        
A.nav:link {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #ffffff; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:12px; 
  background: transparent;}
A.nav:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #ffffff; 
  text-decoration : none;
  font-weight: 600; 
  font-size:12px; 
  background: transparent;}
A.nav:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  color: #66ff00; 
  text-decoration : underline; 
  font-weight: 600; 
  font-size:12px; 
  background: transparent;
}


P, OL, UL, DL {font-size: small;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000;}
/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: small;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000;}
/*and here the I prevent the incredible shrinking text*/

H1, H2, H3, H4, H5, H6 {
font-family : "Times New Roman", Georgia, serif;
  color : #000033;}

.footer {  
background: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.tn {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #000000; 
text-align: center}


--!>
</STYLE>