@charset "ISO-8859-1";
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

