/* CASCADE STYLE SHEET FOR COMMON STYLE */


A:link {
	text-decoration: none;
	color: #6F5E24;
}

A:visited {
	text-decoration: none;
	color: #1F404E;
}

A:hover {
	color: #0F1102;
	text-decoration: underline;
	background-color: #C8C2B1;
}

A:active { text-decoration: none }

