/* ########## COMMON STYLES ########## */
body {
	color: #441602;
}


a:link {
	color: #441602;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #441602;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #035522;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #035522;
	font-weight: normal;
	text-decoration: none;
}

