body {
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
}
#head {
	position: absolute;
	top: 5px;
	left: 160px;
	width: 550px;
}
#head h1 {
	font-size: 26px;
	text-align: center;
	color: red;
	border-top: thin solid blue;
	border-bottom: thin solid blue;
	margin-top: 0px;
}
#content {
	position: absolute;
	top: 50px;
	left: 160px;
	width: 550px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: blue;
}
#content .mainlink {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: blue;
}
#content a:hover {
	color: red;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content p {
	margin-top: 0px;
}
#content li {
	font-size: 12px;
}
td {
	xfont-family: Comic Sans MS, Verdana, Arial;
	font-family: Verdana, Arial;
	font-size: 11px;
	vertical-align: top;
}
.rate_head {
	background: red;
	font-weight: bold;
	text-align: center;
	color: white;
}
.rate_group {
	background: blue;
	font-weight: bold;
	color: white;
}
.rate_footer {
	background: red;
	text-align: center;
	font-weight: bold;
	color: white;
}
.rate_label {
	padding-left: 10px;
}
.rate {
	text-align: right;
}
#footer {
	font-size: 10px;
	text-align: center;
}
#menu {
	position: absolute;
	top: 50px;
	left: 5px;
	width: 150px;
}
#menu a {
	font-weight: bold;
}
#menu a:hover {
	color: red;
}
