/* CSS Document */
a:link {
	text-decoration: underline;
	color: #761F0B;
	font-weight: normal;
}

a:visited {
	text-decoration: underline;
	color: #761F0B;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
