BODY{
  color: #000066;
  background-color: #FFFFFF;
}
H1{
  color: #FFFFFF;
  background-color: #003399;
  text-align: center;
  border-top-color: #000066;
  border-right-color: #000066;
  border-bottom-color: #000066;
  border-left-color: #000066;
  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: 12px;
  border-left-width: 12px;
}
H2{
  color: #FFFFFF;
  background-color : gray;
  text-align: center;
  border-top-color : silver;
  border-right-color : silver;
  border-bottom-color : #000066;
  border-left-color : #C0C0FF;
  padding-top : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  padding-left : 5px;
  border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 4px;
  border-left-width : 24px;
  
  
  
  
  
  background-image : url(time_bg.gif);
}
H3{
  color: #FFFFFF;
  background-color: #003399;
  text-align: center;
  border-top-color: silver;
  border-right-color: silver;
  border-bottom-color: #000066;
  border-left-color: #8888FF;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 4px;
  border-left-width: 24px;
}
HR{
  color: #000066;
  height: 3px;
}
P{
  color: #000066;
}
A{
  color: #3399FF;
  text-decoration: underline;
}
A:VISITED{
  color: #666666;
  text-decoration: underline;
}
A:HOVER{
  color: #3399FF;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #FF9933;
  text-decoration: underline;
}
UL{
  color : #006464;
  list-style-image : url(l_b12.gif);
  list-style-position: outside;
}
UL UL{
  list-style-image : url(l_b12a.gif);
}
OL{
  list-style-type : decimal;
}
OL OL{
  list-style-type : lower-alpha;
}
TH{
  color: #FFFFFF;
  background-color: #003399;
}
TD{
  color: #000066;
  
}
