<STYLE type="text/css">

<!--
BODY {
scrollbar-face-color:#CCCC99;
scrollbar-highlight-color:#000066;
scrollbar-3dlight-color:#CCCC99;
scrollbar-darkshadow-color:#CCCC99;
scrollbar-shadow-color:#000066;
scrollbar-arrow-color:#330000;
scrollbar-track-color:#330000;}

/*normal links in the text*/
A:link {
  color: #000000; 
  text-decoration : underline; 
  background: #FFFFFF;}
A:visited {
  color: #000000; 
  text-decoration : underline; 
  background: #FFFFFF;}
A:hover { 
  color: #CC6600; 
  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: #330000; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:12px;
  background: transparent;}
A.nav:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #330000; 
  text-decoration : none;
  font-weight: 600; 
  font-size:12px;
  background: transparent;}
A.nav:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  color: #CC6600; 
  text-decoration : none; 
  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 : #330000;}

.thumbnails {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: normal; 
color: #000000; 
text-align: center}

.boxtext {  
font-family: "Courier New", Courier, mono; 
font-size: 14px; 
font-weight: 600; 
color: #333333; font-style: normal}

.mcu  {
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 12px; 
font-weight: 600; 
color: #330000}

tr.nav {  background-color: #cccc99}



--!>
</STYLE>