BODY { 
    background-color: white;
    font-family: Verdana, Arial, Arial CE, Helvetica, sans-serif;
    font-size: 10pt }

H1, H2, H3, H4, H5, H6 {
    font-family: Century Gothic, Arial, Arial CE, Helvetica, sans-serif;
    color: #0099FF;
    }
    
H1 {
    font-size: 24pt;
    text-align: left;
    font-weight: 400;
    }    
    
H2 {
    font-size: 18pt;
    text-align: left;
    font-weight: 200;
    }    

A {
    font-size: 12pt;
    text-decoration: none
    font-weigth: 400;
    }

A:link {
	color: black;
	}
A:visited {
    	color: black;
	}
    
A:hover {
    text-decoration: none;
    color: red;
    }    
    
.navbar {
    font-size: 8pt;
    text-align: center;
    margin: 5pt;
    }    

.male {
    font-size: 8pt;
    text-align: left;
    margin: 5pt;
    color: black;
    }    


