a {
	text-decoration: none;
	color: #46832D;
}
a:hover {
	text-decoration: underline;
	color: #A4CD39;
}

/**
 * I apply this style to all of my projects, as I find it's a common canvas that I like to work with
**/
body, html {
	margin: 0px;	
	padding: 0px;
}
