@charset "UTF-8";
/* CSS Document */

.content {      
		font-family:"Georgia", "Times New Roman",Serif;  
		font-size:14px;     
		line-height:120%;
}

.content a:visited {text-decoration:none;}


.content a:link {text-decoration:none;}

.content a:hover { color:#00CC33}


h1 {
        font-size:20px;
        font-weight: bold;
}

.sidenav {
		font-size:17px;
}


.sidenav a:visited {text-decoration:none; color:#00CC33}


.sidenav a:link {text-decoration:none; color:#00CC33}

.sidenav a:hover { color:#006600}



.footer {
		font-size:14px;
}


.footer a:visited {text-decoration:none; color:#00CC33}


.footer a:link {text-decoration:none; color:#00CC33}

.footer a:hover { color:#006600}


