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