@charset "utf-8";
h2 {
	font-size: xx-large;
	text-decoration: underline;
}
a {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
