BODY {font-family: Verdana, Arial; 
      font-size: 11px; 
      color: white; 
      text-decoration: none;
      background-color: black}

H1 {font-family: Verdana, Arial; 
    font-size: 16px; 
    color: orange; 
    text-decoration: none}

a:link {font-family: Verdana, Arial; 
        font-size: 11px; 
        color: #6699ff; 
        text-decoration: none}
 
a:visited {font-family: Verdana, Arial; 
           font-size: 11px; 
           color: #6699ff; 
           text-decoration: none}
 
a:hover {font-family: Verdana, Arial; 
         font-size: 11px; 
         color: #cccccc; 
         text-decoration: none}

a:active {font-family: Verdana, Arial; 
          font-size: 11px; 
          color: orange; 
          text-decoration: none}

a.menu:link {font-family: Verdana, Arial; 
             font-size: 20px; 
             color: white; 
             text-decoration: none}
 
a.menu:visited {font-family: Verdana, Arial; 
                font-size: 20px; 
                color: white; 
                text-decoration: none}
 
a.menu:hover {font-family: Verdana, Arial; 
              font-size: 20px; 
              color: orange; 
              text-decoration: none}

a.menu:active {font-family: Verdana, Arial; 
               font-size: 20px; 
               color: orange; 
               text-decoration: none}

.copyright {font-family: Arial, Verdana; 
            font-size: 9px; 
            color: gray; 
            text-decoration: none}

.table {font-family: Verdana, Arial; 
        font-size: 11px; 
        color: white; 
        text-decoration: none}

.table_header {font-family: Verdana, Arial; 
               font-size: 11px; 
               color: gray; 
               text-decoration: none;
               font-weight: bold}

hr {text-align: left;
    border: none;
    width: 85%;
    color: gray;
    background-color: gray;
    height: 1px}