 
H1{
  font-size : 22pt;
  font-weight : bold;
  letter-spacing : 7px;
  text-align : center;
  border-bottom-width : 3px;
  border-bottom-style : dotted;
  border-bottom-color : blue;
}
BODY{
  color : black;
  background-color : #6666cc;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  font-size : 12pt;
}
DIV{
  color : black;
  background-color : white;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
P{
  text-align : center;
}
UL{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  text-align : center;
}
A:link{
  text-decoration : none;
}
A:hover{
  text-decoration : underline;
}
LI{
  letter-spacing : 3px;
  font-size : 14pt;
}
A:visited{
  text-decoration : none;
}
