 a:link {
	color: 				#003300;
	text-decoration:  none;
}
		
a:visited {
	color:				#336633;
	text-decoration:	none;
}

a:active {
	color:				#993300;
	text-decoration:	underline;

}	
	
a:hover {
	color:				#003300;
	text-decoration:	underline;



}
html { height: 100.2% }