BODY{
  color : #666666;
  list-style-type : disc;
  list-style-position : outside;
}
H1{
  font-size : 21pt;
  font-style : italic;
  color : white;
  background-color : #69c9fc;
  font-weight : bolder;
  border-top-width : 5px;
  border-top-style : solid;
  border-top-color : blue;
  border-bottom-width : 5px;
  border-bottom-style : outset;
  border-bottom-color : gray;
  margin-left : -10px;
  margin-right : -10px;
  margin-top : -1px;
  padding-top : 6px;
}
H2{
  color : white;
  padding-left : 10px;
  border-left-style : none;
  border-left-width : 15px;
  border-top-color : navy;
  text-align : left;
  background-color : silver;
  border-bottom-style : solid;
  border-bottom-color : blue;
}
A:LINK{
  color : blue;
}
A:VISITED{
  color : blue;
}
A:HOVER{
  color : red;
  background-color : navy;
}
TH{
  text-align : left;
  background-image : url(img/gra-b.gif);
  background-repeat : repeat-y;
  color : gray;
}
H3{
  padding-left : 1px;
  margin-left : -1px;
  margin-bottom : 1px;
  border-width : 1px 1px 1px 15px;
  border-style : none none solid solid;
  border-left-color : navy;
  border-bottom-color : red;
}
HR{
  font-weight : bold;
}
LI{
  list-style-type : square;
  list-style-position : outside;
}