a:link {
	color: #5A1300;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #5A1300;
	text-decoration: none;
	font-weight: bold;
}

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

a:active {
	color: #5A1300;
}

