body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.banner{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left:-400px;
	top: 0px;
	background-color: #FFFFFF;
	padding:20px;
	}

.content {
	position: absolute;
	height:auto;
	width: 800px;
	left: 50%;
	margin-left:-400px;
	top: 150px;
	background-color: #FFFFFF;
	overflow: visible;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:30px;
}



a {
	color: #333333;
}

a:hover {
	color: #000000;
}
.logo {
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left:180px;
	top: 95px;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.normal {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}