BODY{
  color : #624237;
  background-color: #FFFAF3;
  background-repeat:no-repeat;
  background-position:bottom right;
  background-image : url(mark01.gif);
}
H1{
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #0066CC;
  border-bottom-color : #0066CC;
}
H2{
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #0066CC;
  border-bottom-color : #0066CC;}
H3{
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #0066CC;
  border-bottom-color : #0066CC;
}
HR{
  color : blue;
  height: 3px;
}
P{
  color: #663300;
}
A{
  color: #3333FF;
  text-decoration:none;
}
A:VISITED{
  color : gray;
  text-decoration:;
}
A:HOVER{
  color: #CCCCCC;
  text-decoration:;
  background-color:#2222FF;
  font-weight :;
}
A:ACTIVE{
  color: #000000;
  text-decoration:;
}
UL{
  color: #663300;
  list-style-image : url(l_water1.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color : #555bca;
  text-align : left;
}
TD{
  color : black;
}