a:link {
	color: #A7C9C7;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: 3cba9e7;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	text-decoration: underline;
	background-color: #433836;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #9873CA;
	cursor: hand;
}
a:active {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
