@charset "UTF-8";
.CONTACT {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #999999;
}
.RIGHTS {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #A37375;
	text-decoration: none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #F2EFBA;
}
#content {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
