BODY { 
    background: #ffffcc;
    font-family: Arial, sans-serif;
    font-size: small }
P { font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    text-align: justify
 }

H1, H2, H3, H4, H5, H6 {
    font-family: Tahoma, Arial CE, sans-serif;
    
    }
    
H1 {
    font-size: 16pt;
    text-align: center;
    color: darkblue;
    font-style: italic;
    font-weight: bold;
    line-height: 90%;
       
    }    
    
H2 {
    font-size: small;
    line-height: normal;
    }    

A {
    text-decoration: none;

    }

A:link {
	color: blue;
	}
A:visited {
    	color: #13a0ff;
	}

A:hover {
         color: darkblue;
    }    
    
.navbar {
    font-size: smaller;
    text-align: center;
    margin: 5pt;
    }    

.copy {
    font-size: smaller;
    text-align: center;
    font-style: italic;
    margin: 5pt;
    }    

.time {
    font-size: small;
    
    text-align: center;
    margin: 5pt;
    }    

TABLE { 
    font-family: Arial, sans-serif;
	}
TD {font-family: Arial, sans-serif;
    font-size: 10pt;
	}
TH {font-family: Arial, sans-serif;
    font-size: 10pt;
	}