body { 
    background-image: none; 
    background-color: #000000
}


.head {
   font-family: helvetica,arial,sans-serif;
   font-size: 18pt;
   color: #EAE1A8;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

.sub1 {
   font-family: helvetica,arial,sans-serif;
   font-size: 14pt;
   color: #EBE1A8;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

.sub2 {
   font-family: helvetica,arial,sans-serif;
   font-size: 12pt;
   color: #EAE1A8;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

body, div, p, th, td, li, dd  {
   font-family: helvetica,arial,sans-serif;
   font-size: 10pt;
   color: #EAE1A8;
   text-decoration: none;
   font-style: normal;
   font-weight: normal;
}

a:visited {
   color: #BA944B;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

a:active {
   color: #BA944B;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

a:link {
   color: #BA944B;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
}

a:hover {
   color: #BA944B;
   text-decoration: underline;
   font-style: normal;
   font-weight: bold;
}


