H1{
  font-size : 80%;
  font-weight : normal;
  margin: 0px;
  padding: 0px;
}

H2{
  font-size : 100%;
}

strong{
  font-size : 100%;
  font-weight : normal;
}

TD{
line-height : 120%;
}

TABLE{
  background-color : #ffffff;
}

a{
  text-decoration : none;
}

a:link{
  color : #0066cc; 
}

a:hover{
  color : #ff00cc; 
  text-decoration :  underline; 
}

