BODY{
  font-size : 16px;
  line-height : 125%;
  background-color : silver;
}
H1{
  font-size:18px;
  margin : 0px;
  color : white;
  background-color : navy;
}
H2{
  font-size:17px;
  margin : 0px;
}
DIV{
  background-color : white;
  padding : 5px;
}
TD{
  border-bottom-width : 2px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
  font-size : 16px;
}
.no{
  border-width : 0px;
}
