@charset "utf-8";
/* CSS Document */
body {
	font: 13px Arial, Tahoma, sans-serif;
	color: #444;
}
a:link, a:visited {
	color: #E60000;
	text-decoration:none;
}
a:hover, a:active {
	color: #AA0001;
	text-decoration: none;
}


