@charset "UTF-8";
body {
	margin: 5px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a:link {
	color: #D42627;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D42627;
}
a:hover {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
a:active {
	text-decoration: none;
	color: #000000;
}
