/* CSS Document */
Body {
	background-color:#EBE8D9;
	color:#9A998F;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:11.5px;
}
A.off {
	font-size: 12px;
	font-weight: normal;
	color: #9A998F;
	text-decoration: none;
}
A.on {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.offflip {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.onflip {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height:1px;
}
#content {
	margin-left: -370px;
	top: -250px;
	position: absolute;
	left: 50%;
	width: 740px;
	height: 500px;
	visibility: visible;
}
