body {
  background : #ffffff; 
  color : #000000; 
} 

DIV.main {
  font-size : 10pt; 
}

h2 , h3 , h4 , h5 , h6 , p , dt , dl , td , dd {
  font-family : Verdana, Arial, sans-serif; 
}
 
dt {
  font-size : 12pt; 
} 

dd {
  font-size : 10pt; 
} 

p {
  font-size : 12pt; 
} 

p.quote {
  font-size : 10pt; 
} 

p.attrib {
  font-size : 10pt; 
  text-align : right;
} 

h1 {
  font-family : Verdana, Arial, sans-serif; 
  font-weight : 900; 
} 

/* unvisited links */
A:link    { 
  color: #000066;
}    

/* visited links   */
A:visited { 
  color : #CC0066;
}   

/* user hovers     */
A:hover   { 
  color : black;
} 

/* active links    */
A:active  { 
  color : black;
}   

