   body  {
          font-family : Verdana;
          font-size : 12px;
          color : #F9795B;
          background-color : Black;
          background-attachment: fixed;
          scrollbar-face-color: Black;
          scrollbar-shadow-color: #F9795B;
          scrollbar-highlight-color: #F9795B;
          scrollbar-3dlight-color: #F9795B;
          scrollbar-darkshadow-color: #F9795B;
          scrollbar-track-color: black;
          scrollbar-arrow-color: #F9795B;

   }
   
   P {
      font-family : verdana;
      font-size : 12px;
      color : #F9795B;
      text-decoration : none;

     }


   table  {
    font-family : Verdana;
           font-size : 12px;
           color : #F9795B;
   }

    a:link {
           font-family : Tahoma;
           font-size : 12px;
           color : #F9795B;
           font-weight : bold;
           text-decoration : none;

   }
   
   a:visited  {
           font-family : Tahoma;
           font-size : 12px;
           color : #989B60;
           font-weight : bold;
           text-decoration : none;
   }
   a:active {

           font-family : Tahoma;
           font-size : 12px;
           color : #07368D;
           font-weight : bold;
           text-decoration : none;
   }

   a:hover  {
           font-family : Tahoma;
           color : #5CB900;
           font-weight : bold;
           text-decoration : underline;
   }
