/* CSS Document */
a {
	color: #CC0024;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #fb002d;
	font-weight: bold;
	text-decoration: underline;
}
