@charset "utf-8";
a:link {
	font-family: Century;
	font-size: 12px;
	color: #330000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
a:visited {
	font-family: Century;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
a:hover {
	font-family: Century;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-attachment: fixed;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}

a:active {
	font-family: Century;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}

