a { 
  color: black; 
  font-weight: bold; 
  font-size: 10pt; 
  font-family: Arial; 
  text-decoration: underline 
}
a:hover { 
  color: #949494; 
  font-weight: bold; 
  font-size: 10pt; 
  font-family: Arial; 
  text-decoration: underline; 
}
h1  { 
  color: black; 
  font-size: 10pt; 
  font-family: Arial 
}
h2 { 
  color: black; 
  font-size: 12pt; 
  font-family: Arial 
}
td  { 
  color: black; 
  font-size: 8pt; 
  font-family: Arial 
}
p { 
  color: black; 
  font-size: 8pt; 
  font-family: Arial 
}
body  { 
   background-color: white; 
   scrollbar-face-color:#FFFFFF;
   scrollbar-shadow-color:#000000;
   scrollbar-highlight-color:#000000;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-darkshadow-color:#FFFFFF;
   scrollbar-track-color:#E8E8E8;
   scrollbar-arrow-color:#000000;
}