body
{
   color: #000000;
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
   font-size: 10pt;
   font-weight: normal;
   /*Ensures a white background in NN4*/
   /*background: #FFFFFF url(..\ROD\images\blackback.gif);*/
   /*background-repeat: repeat-y;*/
   /*margin : 0px 0px 0px 0px;*/
   }
  H2
  {color:red;}
/********************** ANCHOR STATEMENTS **********************/
a:link
{
   color: #0000FF;
   background-color: transparent;
   }

a:visited
{
   color: #006600;
   background-color: transparent;
   }

a:active
{  color: #000000;
   background-color: transparent;
   }

a:hover
{  color: #FF0000;
   background-color: transparent;
   }

a.exit:active
{  background-color: #99FFCC;
   color: #000000;
   }

a.exit:hover
{  background-color: #99FFCC;
   color: #000000;

a.exit:visited
{  background-color: #ffffd5;
   color: #000000;
   }
