BODY{
  color : black;
  background-color: #E6E6FF;
}
H1{
  color : #c1c1ff;
  text-align: center;
  border-top-color : navy;
  border-bottom-color : navy;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
  font-weight : normal;
}
H2{
  color : black;
  text-align: center;
  border-top-color : blue;
  border-bottom-color : blue;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
}
H3{
  color: #666666;
  text-align: center;
  border-top-color : blue;
  border-bottom-color : blue;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 0px;
}
HR{
  color : navy;
  height: 3px;
}
P{
  color: #666666;
}
A{
  color : red;
  text-decoration: none;
}
A:VISITED{
  color : lime;
  text-decoration: none;
}
A:HOVER{
  color : red;
  text-decoration: underline;
  font-weight : 600;
  font-style : oblique;
}
A:ACTIVE{
  color : maroon;
  text-decoration: none;
}
UL{
  color : black;
  list-style-image : url(l_a03.gif);
  list-style-position: outside;
}
TH{
  color : white;
  background-color : navy;
}
TD{
  background-color : #8080ff;
  text-align : center;
  margin-top : 12mm;
  margin-left : 12mm;
  margin-right : 12mm;
  margin-bottom : 12mm;
  border-width : medium medium medium medium;
  border-style : groove groove groove groove;
  border-color : #95caff #95caff #95caff #95caff;
}