BODY{
  color : black;
  background-color : white;
}
H1{
  color: #333333;
  border-top-color: #6666FF;
  border-bottom-color: #6666FF;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-style : double;
  border-right-style : double;
  border-bottom-style : double;
  border-left-style : double;
  border-top-width : 4px;
  border-right-width : 4px;
  border-bottom-width : 4px;
  border-left-width : 4px;
  text-align : center;
  border-left-color : #6666ff;
  border-right-color : #6666ff;
}
H2{
  color: #333333;
  border-top-color: #6666FF;
  border-bottom-color: #6666FF;
  padding-top : 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left : 4px;
  border-right-style : none;
  border-bottom-style : solid;
  border-left-style : solid;
  border-bottom-width : 1px;
  border-left-width : 24px;
  border-left-color : #6666ff;
  margin-left : 16px;
  margin-right : 16px;
}
H3{
  color: #333333;
  border-top-color: #6666FF;
  border-bottom-color: #6666FF;
  padding-top : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  padding-left : 4px;
  border-right-style : none;
  border-bottom-style : solid;
  border-left-style : solid;
  border-bottom-width : 1px;
  border-left-width : 12px;
  border-left-color : #6666ff;
  margin-left : 32px;
  margin-right : 32px;
}
H4{
  margin-left : 48px;
  margin-right : 48px;
}
HR{
  color: #999933;
  height: 2px;
}
P{
  margin-right : 0px;
  width : auto;
  height : auto;
  margin-left : 64px;
}
A:VISITED{
  color: #666699;
  text-decoration: none;
}
A:HOVER{
  color: #6666cc;
  text-decoration: underline;
}
A:ACTIVE{
  color: #3333cc;
  text-decoration: none;
}
UL{
  color: #333333;
  list-style-image : url(l_b09.gif);
  list-style-position: outside;
  margin-left : 64px;
}
TH{
  color : white;
  background-color : teal;
}
TABLE.bare{
  margin-left : 64px;
}
OL{
  margin-top : 64px;
  margin-left : 64px;
  margin-right : 64px;
  margin-bottom : 64px;
}
.slogan{
  font-size : large;
  color : white;
  background-color : navy;
  text-align : center;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  font-weight : bold;
  margin-left : 64px;
  margin-right : 64px;
}
STRONG{
  color : blue;
  background-color : yellow;
  text-decoration : none;
}
A:LINK{
  color : blue;
  text-decoration : none;
}
