
H1 {
  color: #00008B;
  font-family: Arial;
  font-size: 16pt;
  font-weight: bold;
}

BODY {
  font-family: Arial;
}

P {
  font-family: Arial;
  font-size: 10pt;
}

TD {
  font-family: Arial;
  font-size: 10pt;
}

H2 {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
}

DD {
  font-family: Arial;
  font-size: 10pt;
}

DT {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

H3 {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: #CC0033;
}

DL {
  font-family: Arial;
  font-size: 10pt;
}

UL {
  font-family: Arial;
  font-size: 10pt;
}

LI {
  font-family: Arial;
  font-size: 10pt;
}

OL {
  font-family: Arial;
  font-size: 10pt;
}

H4 {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #CC0033;
}

H6 {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: blue;
}

H5 {
  font-family: Arial;
  font-size: 8pt;
}

A {
  color:#00008B;
  /* color:#ffc; */
  font-weight: bold;
  text-decoration: underline;
}

A:visited {
  color:#0f0f9B;
}

A:hover {
  color:#0f0f9B;
  background-color:#789;
}

MENU {
  border-top: 1px black solid;
  text-decoration: none;
  color: #FFFFCC;
  font-size: 12pt;
  font-family: Arial;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
}

.menu {
  border-top: 1px black solid;
  text-decoration: none;
  color: #FFFFCC;
  font-size: 12px;
  font-family: Arial;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
}

.menu A, .menu A:link, .menu A:visited {
  color:#ffc;
  background-color:none;
}

.menu A:hover {
  color:#fff;
  background-color:none;
}

.hometext {
  color: #FFFFCC;
}

DIV.footer {
} 

   
DIV.text {
  margin-left: 50px;
  margin-right: 50px;
} 
