BODY{
  color : black;
  
  text-align : center;
  background-color : #FFFFCC;
}
H1{
  color : white;
  text-align : center;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  ;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
  background-color : #004080;
}
H2{
  color : #004080;
  text-align : center;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
}
H3{
  color : #004080;
  text-align : center;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
}
H3.red{
  color : red;
  text-align : center;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
}
HR{
  color : #004080;
  height: 1px;
}
P{
  color : black;
}
A{
  color : BLUE;
  text-decoration : underline;
}
A:VISITED{
  color: red;
  text-decoration : underline;
}
A:HOVER{
  color: red;
  text-decoration : underline;
}
A:ACTIVE{
  color: red;
  text-decoration : underline;
}
UL{
  color : black;
  list-style-image : url(images/l_a01.gif);
  list-style-position: outside;
}
TH{
  color : white;
  background-color : #99c270;
}
TD{
  color : black;
  background-color : white;
}