a:link {
	color: #3698C5;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: #BB35C6;
	text-decoration: none;
}
a:hover {
	color: #C73437;
	text-decoration: underline;
	cursor: hand;
}
