body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8x;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	height: 100px;
	width: 880px;
}
.maintable {
	width: 870px;
	position:absolute;
	left:50%;
	top:350px;
	z-index:2;
	margin-left:-435px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #990000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}
	
	
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.topmenu {
	height: 66px;
	width: 850px;
	position:absolute; 
	left:50%; 
	top:280px; 
	z-index:1; 
	margin-left:-425px;
}
