   body {
     color: rgb(255,255,255);
     font-family: Verdana, Helvetica, Arial;
     font-size: 10px;

     text-align: center;

     scrollbar-face-color:       rgb(0,0,0);
     scrollbar-shadow-color:     rgb(0,0,0);
     scrollbar-highlight-color:  rgb(0,0,0);
     scrollbar-3dlight-color:    rgb(0,0,0);
     scrollbar-darkshadow-color: rgb(0,0,0);
     scrollbar-track-color:      rgb(50,50,0);
     scrollbar-arrow-color:      rgb(0,0,0);
   }

   a:link {
     background-color: rgb(102,51,0);
     color: rgb(0,0,0);
     text-decoration: none;
   }

   a:visited {
     background-color: rgb(102,51,0);
     color: rgb(50,50,50);
     text-decoration: none;
   }

   a:active
     background-color: rgb(255,255,255);
     color: rgb(102,51,0);
     text-decoration: line-through;
   }

   a:hover {
     background-color: rgb(150,150,150);
     color: rgb(102,51,0);
     text-decoration: none;
   }

   .content {
     text-indent: 20px;
     text-align: justify;
   }

   td {
     vertical-align: top;
     color: rgb(255,255,255);
     font-family: Verdana, Helvetica, Arial;
     font-size: 10px;
   }

   .dark { 
     background: rgb(0,0,136);
   }

   .bright {
     background: rgb(102,102,255);
   }

   .title {
     background: rgb(50,50,192);
     color: rgb(255,255,255);
     border: solid 1px rgb(102,102,255);
     padding: 2px;
     font-weight: bold;
   }

   .button {
     background: rgb(50,50,192);
     color: rgb(255,255,255);
     border: solid 1px rgb(102,102,255);
     font-size: 10px;
     font-weight: bold;
   }

   .textbox {
     background: rgb(50,50,192);
     color: rgb(170,170,170);
     border: solid 1px rgb(102,102,255);
     font-family: Verdana, Arial, Helvettica, sans-serif;
     font-size: 10px;
     font-weight: normal;
   }

   .indented {
     text-indent: 20px;
   }

   .wrapleft {
     text-align: left;
   }

   img {
     border: 0;
   }

   .imgleft {
     float: left;
   }

   .imgright {
     float: right;
   }

   hr {
     text-align: center;
     width: 70%;
     color: rgb(102,102,255);
   }

   table {
     padding: 0px;
   }
