@charset "UTF-8";
/* CSS Document */

a{
	text-decoration: none;
	color:#FF0000;
	}

a:hover{
	color: #330000;
	text-decoration:underline;
	}
