
body {
  scrollbar-base-color: #000;
  scrollbar-face-color: #336699;
  scrollbar-track-color: #6699CC;
  scrollbar-arrow-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-3dlight-color: #000;
  scrollbar-shadow-color: #666;
  scrollbar-darkshadow-color: #333;
}

a:link {
  text-decoration: none;
  	font-weight: bold;
} 

 
a:visited {
  	text-decoration: none;
  	font-weight: bold;
} 

a:hover {
  	color: #336699;
  	text-decoration: underline;
  	font-weight: bold;
} 

P {
  font-family: Verdana;
  font-size: 11pt;
}

UL {
  font-family: Arial;
  font-size: 11pt;
}

I {
  font-size: 9pt;
}

