<STYLE type="text/css">

<!--
BODY {
scrollbar-face-color:#333333;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#333333;
scrollbar-darkshadow-color:#333333;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FFCC66;
scrollbar-track-color:#FFFFFF;
}

/*normal links in the text*/
A:link {
  color: #000000; 
  text-decoration: underline}
A:visited {
  color: #000000; 
  text-decoration : underline; 
  }
A:hover { 
  color: #666666; 
  text-decoration : none; 
  }

/*now follow the section links in the navigation bar*/        
A.nav:link {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #ffcc66; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:12px; 
  background: transparent;}
A.nav:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #ffcc66; 
  text-decoration : none;
  font-weight: 600; 
  font-size:12px; 
  background: transparent;}
A.nav:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  color: #cccccc; 
  text-decoration : underline; 
  font-weight: 600; 
  font-size:12px; 
  background: transparent;}

.footer {  
background: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

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 : #666666;}

.thumbnails {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: normal; 
color: #000000; 
text-align: center}


--!>
</STYLE>