body { 
       background: url("images/background.jpg");
       font-family: "Trebuchet MS", "Verdana", "Arial", "Geneva", sans-serif;
       font-size: 12pt;
       margin: 0px;
       background-attachment: fixed;
     }
    
A:link { 
         color: #A7A7E7;
         text-decoration: none;
       }
  
A:visited { 
            color: #A7A7E7;
            text-decoration: none
          }
    
A:active { 
           color: #A7A7E7;
           text-decoration: none
         }

A:hover { 
          color: white;
        }

.table { 
         font-family: "Trebuchet MS", "Verdana", "Arial", "Geneva", sans-serif;
         font-size: 10pt;
         color: white;
       }

.error { 
         font-family: "Trebuchet MS", "Verdana", "Arial", "Geneva", sans-serif;
         font-size: 10pt;
         color: red;
       }

.linktable { 
             font-family: "Trebuchet MS", "Verdana", "Arial", "Geneva", sans-serif;
             font-size: 12pt;
             color: white;
          }

