html, body {
	color: #fff;
	background: #000;
	margin: 0px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0px 0px 8px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 37px;
	line-height: 39px;
	margin: 46px 0px 35px;
}
h2 {
	font-size: 23px;
	line-height: 25px;
	margin: 27px 0px 20px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 15px 0px 9px;
}
.b, .bv, .bh, .by {
	font-size: 10px;
	line-height: 14px;
}
.by {
	border-top: 1px solid #99c;
	border-bottom: 1px solid #99c;
}
.b {
	clear: both;
	margin: 12px 0px 20px;
}
.bv {
	float: left;
	margin: 12px 16px 20px 0px;
}
.bh {
	float: right;
	margin: 12px 0px 20px 16px;
}
.b img, .bv img, .bh img {
	margin-bottom: 8px;
}
#Opp, #Ned {
	z-index: 10001;
	position: absolute;
	top: 215px;
	left: 490px;
	width: 40px;
	text-align: center;
	color: #009;
	background: transparent;
	padding: 6px;
	border: 1px solid transparent;
}
#Ned {
	z-index: 10002;
	top: 255px;
}
a {
	color: #00f;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #00f;
}
a:active {
	color: #ff0;
	background: #f00;
}