a:link {
	color: #4b1f12;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #91b9b0;
}
a:hover {
	text-decoration: underline;
	color: #91b9b0;
}
a:active {
	text-decoration: none;
	color: #91b9b0;
}
body {
	background-color: #FFFFFF;
}

