body {
	background-image: url(images/bg.jpg);
	margin-top:50px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
}

a:link,a:visited {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;
	color:#FFCC00;
}


.maintable {
	background-image:url(images/bg-table.jpg);
	background-repeat:repeat-x;
	background-color:#009731;
}
.maintable a:link {
	text-decoration:underline;
}
.maintable h1 {
	margin-top:60px;
	color:#fff;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.menulinks {
	font-size:10px;
	margin-top:20px;
}
.menulinks a:link, .menulinks a:visited {
	text-decoration:none;
}
