a:link {
	color: #302E2E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #302E2E;
}
a:hover {
	text-decoration: underline;
	color: #302E2E;
}
a:active {
	text-decoration: none;
	color: #302E2E;
}