H1{
  font-size : 15pt;
}
BODY{
  background-image : url(wall.jpg);
  background-position : 100% 1cm;
  background-repeat : repeat-y;
  font-size : 11pt;
  line-height : 18pt;
  margin-right : 2cm;
  margin-left : 1cm;
}
DIV{
  margin-left : 1cm;
}
TD{
  font-size : 10pt;
  line-height : 17pt;
}
A{
  font-weight : bolder;
  color : blue;
  text-decoration : underline;
}
A:visited{
  color : teal;
}
