BODY 
{ /* Main Body Styles */
  background-color: MediumBlue;
  color: #0000CD;
  border : 0px;
  margin : 2px;

}

BODY H1
{
 color : AFEEEE;
 font-weight : BOLD;
 font-size : 11pt;
 font-family : Arial, Helvetica, sans-serif;
 margin-left : 15px;
}

BODY H2
{
 color : AFEEEE;
 font-weight : BOLD;
 font-size : 10pt;
 font-family : Arial;
 margin-left : 5px;
}

BODY H3
{
 color : 00CED1;
 font-weight : BOLD;
 font-size : 14pt;
 font-family : Copperplate Gothic Bold;
 margin-left : 5px;
}

BODY H4
{
 color : D2691E;
 font-weight : BOLD;
 font-size : 12pt;
 font-family : Verdana;
 margin-left : 5px;
}

BODY H5
{
 color : 1E90FF;
 font-weight : BOLD;
 font-size : 12pt;
 font-family : Arial Narrow;
 margin-left : 15px;
}

BODY P
{
 color : FAF0E6;
 font-weight : BOLD;
 font-size : 9pt;
 font-family : Arial;
 margin-left : 15px;
}


BODY UL
{
  color : 7FFF00;
  font-weight : BOLD;
  font-size : 10pt;
  font-family : lucida bright;
  margin-bottom : 10px;
}

A:LINK {color: F0E68C; text-decoration: none}
A:VISITED {color: F0E68C; text-decoration: none}
A:HOVER {color: DAA520; text-decoration: none}  
A:ACTIVE {color: D3D3D3; text-decoration: none}



