H1{
  color : white;
  background-color : navy;
  background-image : url(../image/back/backblue.gif);
}
H2{
  color : black;
  background-color : #e1e1ff;
}
H3{
  border-bottom-width : 2px;
  border-bottom-style : dotted;
  border-bottom-color : #003399;
  color : #003399;
  background-color : white;
}
H4{
  font-weight : bold;
  color : #003399;
  background-color : white;
}
H5{
  color : #003399;
  background-color : white;
}
TH{
  color : black;
  background-color : #e1e1ff;
}
CAPTION{
  color : #003399;
  background-color : white;
}
.baseblue{
  color : black;
  background-color : #e1e1ff;
}