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

h1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
	color:#333333;
}

h1 a:hover {
	color:#ff0000;
}
