BODY {
scrollbar-face-color:#003300;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#CCCCCC;
}


/*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: Red; 
  text-decoration : none; 
  background: #FFFFFF;}

TD.wnew {
	border : thin ridge #CCCCCC;
}

TD.nav {
	background-color : #669966;
	border : thin ridge #336633;
}


/*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-size:12px; 
  background: transparent;
    font-weight : bold;
}
A.nav:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #ffcc66; 
  text-decoration : none;
  font-size:12px; 
  background: transparent;
  font-weight : bold;
}
A.nav:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  color: #003300; 
  text-decoration : underline; 
  font-size:12px; 
  background: transparent;
  font-weight : bold;
}


/* footer at the bottom of the page */
.footer {  
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
background: transparent;
}

/* normal page text */
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;
}

/* small text thumbnails etc */
.tn {  
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

/* headers defined */
H1, H2, H3, H4, H5, H6 {
font-family : "Courier New", Courier, mono;
color : #003300;
}

