body {	
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;		
	color: #000000;
	}
	
a {	
	color: #006600;	
	text-decoration: none
}

a:hover {	
	text-decoration: underline
	}
	
a:visited {	
	color: #006600;	
	text-decoration: none
}	
	
h2 {
	font-size: 3em;	
	color: #ffffff
	}
	
h3 {		
	font-size: 1.15em;	
	color: #DCDCDC
	}
	
h4 {
	color: #000000
	}
	
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffffff;
	}
	
a.footer {
    color: #ffffff;
    text-decoration: none
}

a.footer:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline
}

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