@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.header {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.menu {
	width: 690px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#special a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	width: 550px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #777777;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.footer {
	width: 690px;
	position: relative;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#special a:link,a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
}
#borderimage {
	border: 1px solid #000000;
}
.borderimage {
	border: 1px solid #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #777777;
	text-decoration: underline;
}

