body {
	margin: 0px;
	padding: 0px;
}
#top {
	background-color: #000000;
	position: absolute;
	width: 770px;
	left: 0px;
	top: 0px;


}
#main {
	position: absolute;
	width: 770px;
	left: 0px;
	top: 105px;
	border-top: 20px solid #FF0000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;





}
#main h1 {
	text-align: right;
	border-bottom: 5px solid #FF0000;
	border-right: 5px solid #FF0000;
	padding: 5px;
	font-size: 125%;




}
#main h2 {
	font-size: 120%;
}
#main .bottom {
	font-size: 9px;
	font-weight: normal;
	text-align: center;

}
.normallink {
	font-weight: bold;
	color: #FF0000;
}
.bodylink {
	color: #000000;
	text-decoration: none;
}

