@charset "UTF-8";
body{
  color : black;
  
  text-align : left;
  background-color : #ffffff;
  background-image :url(blue8bN10-45.gif)
}
H1{
  color : black;
  text-align : center;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;

  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
  background-color : #004080;
}
H2{
  color : #004080;
  text-align : center;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
}
H3{
  color : #004080;
  text-align : center;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
}
hr{
  color : #004080;
  height: 3px;
}
P{
  color : black;
}
A{
  color : red;
  text-decoration : none;
}
A:visited{
  color: #800080;
  text-decoration : none;
}
A:hover{
  color: #FF3333;
  text-decoration : underline;
}
A:active{
  color: #FF0000;
  text-decoration : none;
}
UL{
  color : black;
  list-style-position: inside;
}
TH{
  color : black;
  background-color : #aee4f7;
}
TD{
  color : black;
  background-color : transparent;
}
A:link{
  color: #0000ff;
  text-decoration: none;
}
OL{
  color : black;
  list-style-position: inside;
}