    body { 
           font-family: trebuchet ms;
           margin-left: 1%;
           margin-right: 0%;
           margin-top: 0%;
           background: black;
          }

    table {
           font-size: 14px; 
           font-color: black;
           table-cell: 
          }

    table.menuborder
          {
           border: 2px solid blue; 
           border-collapse: collapse;
          }
      
    h2    { color: red;
            font-family: amerika sans;
          }

    h3    { color: blue; }

    h5    { color: rgb(12,73,45) }

    u     { color: black; }

    p     { color: black; }

    a.plain   
          { 
           text-decoration: none; 
           font-size: 12px;
           font-weight: bold;
           font-family: arial;
          }  

    a:link    { color: red; }

    a:hover   { color: red; }

    a:visited { color: red; }

    .onhover {
              background: rgb(13,73,45);
             }
    .nohover {
              background: black;
             }

