@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}
h1 {
	font-size: 40px;
	color: #C00;
}
h2 {
	color: #C00;
}
a {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
