BODY{
  color : black;

  background-color: ;
  background-image : ;
}
H1{
  color: yellow;
  background-color : blue;
  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: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
H2{
  color: yellow;
  background-color : blue;
  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: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
H3{
  color: yellow;
  background-color : blue;
  text-align: center;
  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: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
H4{
  color: yellow;
  background-color : #0033FF;
  text-align: center;
  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: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
HR{
  color: yellow;
  background-color : blue;
  height: 3px;
}
P{
  color : black;
}


A:HOVER{
  color : RED;
  font-style : italic;
}

UL{
  color : black;
  list-style-image : url(../photo/l_a04.gif);
  list-style-position: outside;
}
UL UL{
  list-style-image : url(../photo/l_a04a.gif);
}
OL{
  list-style-type : upper-alpha;
  color : black;
}
OL OL{
  list-style-type : lower-alpha;
}
TH{
  color: yellow;
  background-color : #9999ff;
}
TD{
  color : black;
  FONT-SIZE:80%;
}