<style type="text/css">

.greyback {
	background-image:  url(/images/b.jpg);
	background-repeat: repeat-x;
	background-color: #FBFBFB;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}


.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
}
a:link {
	color: #666699;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #666699;
	text-decoration: none;
}
.sponsors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DFDFDF;
}
</style>