
H1 { font-weight: 100; 
  font-size : 8.5pt;
}

H2 { font-weight: 100; 
  font-size : 9pt;
}

STRONG { font-weight : normal;}
 
BODY{
  
  background-color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  top : 0px;
  left : 0px;
  
}
BODY,TR,TD,TH {
  font-size : 8.5pt;
  color : #0080ff;
}
span {
  font-size: 15pt ;
}
big  {
  font-size: 11pt ;
}
SMALL {
  font-size : 9pt;
}
A:LINK {
  text-decoration:none;
  color:"#0000cd";
  color : #8000ff;
}
A:VISITED {
  text-decoration:none;
  color:"#0080ff";
  color : #8080ff;
}
A:ACTIVE {
  text-decoration:none;
  color:"red";
  color : red;
}
A:HOVER {
  text-decoration:none;
  color:"red";
  color : red;
}
