BODY {
	color: #000066;
	background-color: #FFFFFF;
}
H1{
  color : gray;
  background-color : white;
  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 : none none none none;
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
  font-size : 18px;
}
H2{
  color : #ff8000;
  background-color : white;
  text-align: center;
  border-top-color: #000066;
  border-right-color: #000066;
  border-bottom-color: #000066;
  border-left-color: #000066;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style : none none none none;
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
  font-size : 15px;
}
H3{
  color : #2d8df9;
  background-color : white;
  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 : none none none none;
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
  font-size : 14px;
}
HR{
  color: #000066;
  height: 3px;
}
P{
  color : #ff8040;
}
A {
	color: #3399FF;
	text-decoration: underline;
	font-size: 13px;
}
A:VISITED {
	color: #0393e9;
	text-decoration: underline;
	font-size: 13px;
}
A:HOVER {
	color: red;
	font-size: 13px;
}
A:ACTIVE {
	color: #FF9933;
	font-size: 13px;
}
UL {
	color: green;
	list-style-image: url(l_b12.gif);
	list-style-position: outside;
	font-size: 15px;
	background-color: #ffffff;
}
UL  UL {
	list-style-image: url(l_b12a.gif);
}
OL{
  list-style-type : upper-alpha;
}
OL OL{
  list-style-type : lower-alpha;
}
TH {
	color: #FFFFFF;
	background-color: white;
}
TD {
	color: #ff8000;
	background-color: #FFFFFF;
	font-size: 13px;
}
LI {
	font-size: 15px;
	color: red;
	font-weight: bold;
}
H4 {
	font-size: 13px;
	font-weight: bold;
	color: green;
	background-color: #ffffff;
}
