BODY{
  color : black;
  background-color: #DDDDFF;
  font-weight : bold;
}
H1{
  color : black;
  text-align: center;
  border-top-color : white;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  font-weight : bold;
}
H2{
  color : black;
  text-align: center;
  border-top-color : white;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  font-weight : bold;
}
H3{
  color : black;
  text-align : left;
  border-top-color : white;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  font-weight : bold;
}
HR{
  color : black;
  height: 3px;
  font-weight : bold;
}
P{
  color : black;
  font-weight : bold;
  text-align : left;
}
A{
  color : black;
  text-decoration: none;
  font-weight : bold;
}
A:VISITED{
  color : black;
  text-decoration : underline;
  font-weight : bold;
}
A:HOVER{
  color : blue;
  text-decoration: underline;
  font-weight : bold;
}
A:ACTIVE{
  color : navy;
  text-decoration: none;
  font-weight : bold;
}
UL{
  color : black;
  list-style-image : url(l_b11.gif);
  list-style-position: outside;
  font-weight : bold;
}
OL{
  list-style-type : upper-roman;
  font-weight : bold;
  color : black;
}
OL OL{
  list-style-type : lower-roman;
}
TH{
  color : black;
  background-color: #FFFFFF;
  font-weight : bold;
}
TD{
  color : black;
  background-color : white;
  font-weight : bold;
}