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

small {
	font-size: 0.8em;
	margin:0;
	padding:0;
}

h1 {
	font-size: 2em;
	font-weight: 100;
	color: #3c7542;
}

a {
	color: #3c7542;
	text-decoration: none;	
} 
 a:hover {
	color: #444343;
	text-decoration: none;	
}

h2 {
	font-size: 1.5em;
	color: #3c7542;
	font-weight: 100;	
}
h3 {
	font-size: 1.2em;
	color: #3c7542;
	font-weight: 100;
	padding:0;
	margin:0;
}
