 
BODY{
  font-size : 11pt;
  line-height : 19pt;
  margin-left : 1cm;
  margin-right : 1cm;
}
H1{
  font-size : 14pt;
}
A{
  font-weight : bolder;
  color : blue;
  text-decoration : none;
}
A:HOVER{
  background-color : #ffffff;
  text-decoration : underline;
  color : navy;
}
A:VISITED{
  color : #800080;
  text-decoration : none;
}
H2{
  font-size : 11pt;
  font-weight : bolder;
}
