   body {
         font-family: verdana, helvetica, arial, sans-serif;
         background-color: black;
         color: white;
         }
   h1 {
       color: #00CC00;
       }
   b {
      color: #FF6600;
      }
   img {
        border: 1px solid #00CC00;
        }
   p.pagetitle {
      margin-bottom: 8px;
      }
   td.bottom {
              border-bottom: 1px solid #FF6600;
              }
   td.bottomleft {
                  border-left: 1px solid #FF6600;
                  border-bottom: 1px solid #FF6600;
                  }
   td.bottomright {
                   border-right: 1px solid #FF6600;
                   border-bottom: 1px solid #FF6600;
                   }
   td.topleft {
               border-left: 1px solid #FF6600;
               border-top: 1px solid #FF6600;
               }
   td.topbottom {
                 border-top: 1px solid #FF6600;
                 border-bottom: 1px solid #FF6600;
                 }
   td.left {
            border-left: 1px solid #FF6600;
            }
   td.top {
           border-top: 1px solid #FF6600;
           }
   td.topright {
                border-right: 1px solid #FF6600;
                border-top: 1px solid #FF6600;
                }
   td.right {
             border-right: 1px solid #FF6600;
             }
   a {
      color: #00CC00;
      text-decoration: none;
      }
   a:hover {
      color: #FF6600;
      text-decoration: underline;
      }
   .indent {
    margin-left: 30px;
   }
