BODY
        { font-family: arial, helvetica, sans-serif;
          font-size: 16px;
          line-height: 20px;
          margin-left: 35px;
          margin-right: 35px;
          color: #003366;
          background-color:black;
}

a:link {
        text-decoration: none;
        color: #FF0000;
        font-size: 85%;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

a:visited {
        text-decoration: none;
        color: #FF4500;
        font-size: 85%;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

a:hover {
        text-decoration: underline;
}



TD, TH, FONT, .BOD
        { font-family: arial, helvetica, sans-serif;
          font-size: 16px;
          line-height: 20px;
          margin-left: 0px;
          margin-right: 0px;
          color: blue-gray;
          background-color: black;
        }



/*  Make STRONG bold with a shadow; EM is italic.                      */

STRONG
     {font-weight: bold;
      background: #dddddd;
     }

EM
     {  font-style: italic;
      }



        }


