.body {
  margin : 0; 
  padding : 0; 
}

.text {
  font-size : 10px;
  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;
}


