/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
 
a:link {
	text-decoration: none;
	color: #EE1C23;
}
a:visited {
	text-decoration: none;
	color: #EE1C23;
}
a:active {
	text-decoration: none;
	color: #EE1C23;
}
a:hover { text-decoration: underline }