/* CSS Document */
html {
    font-family: "Verdana", Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: black;
    background-color: #FFFFC1;
    
    background-repeat: repeat-x;
    
}


a:link, a:visited, a:active { text-decoration: none; color: red; }
a:hover {  color:red; text-decoration: none; }  


p {}

th {
    font-size: 15px; 
   
}

h3 { color:#0000CC }