.body {
  font-size : 10pt; 
  font-family : verdana, helvetica, sans-serif; 
  color : black; 
  background-color : #FFFFFF;
  margin : 0; 
  padding : 0; 
}

.text {
  font-size : 9px;
  font-family : verdana, helvetica, sans-serif;
  color : black;   
  font-weight : normal;
}

A {
font-weight : normal;
color: black;
}

A:link:hover, A:visited:hover, A:active:hover {
font-weight : normal;
color: black;
}


