/* css document for hyperlinks */
a:link, a:visited {
	color: #6A6A6A;
	text-decoration: none;
}

a.button_a:link, a.button_a:visited {
	color: #6A6A6A;
	text-decoration: none;
}

a:hover, a:active {
	color: #ed1a3b;
	text-decoration: none;
}