body {
      background-color:#000000;
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      font-size:14px;
      color:#ffffff;
      Cursor:crosshair;
     }

h1, h2, h3, h4, h5, h6 {
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      color:#ffffff
    }
p {
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      font-size:14px;
      color:#ffffff
     }
table, tbody {
      background-color:#000000;
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      font-size:14px;
      color:#ffffff
     }

div {
      background-color:#000000;
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      font-size:14px;
      text-align:center;
      color:#e2e2e2;
      scrollbar-face-color:#431212;
      scrollbar-highlight-color:#431212;
      scrollbar-3dlight-color:#431212;
      scrollbar-darkshadow-color:#000000;
      scrollbar-shadow-color:#000000;
      scrollbar-arrow-color:#000000;
      scrollbar-track-color:#431212;
     }

.right {
      text-align:right;
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      font-size:14px;
      color:#ffffff
     }

.left {
      text-align:left;
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      font-size:14px;
      color:#ffffff
     }

.center {
      text-align:center;
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      font-size:14px;
      color:#ffffff
     }

.justify {
       text-align:justify;
      font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
      font-size:14px;
      color:#ffffff
     }

.main {
       width:600px;
       height:500px;
       margin-left:5px;
       margin-right:5px; 
       margin-top:2px; 
       margin-bottom:2px;
       background-color:#000000;
       font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
       font-size:14px;
       color:#ffffff
      }
#trans {
      background-color:transparent
       }

hr {
   color:#272B3D
   }

a:link {
        color: #e2e2e2; 
        font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
        text-decoration: none;         
        font-weight:bold
       }
a:visited {
           color: #e5e5e5; 
           font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
           text-decoration: none;            
           font-weight:bold
          }
a:hover {
         color: #e5e5e5; 
         font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
         font-weight:bold;          
         text-decoration:line-through
        }
a:active {
          color: #e2e2e2; 
          font-family:'Trebuchet MS', 'Tempus Sans ITC', Arial, serif;
          text-decoration: none;           
          font-weight:bold
         }
