body {
	font-family: Century Gothic, Verdana, Arial, helvetica, sans-serif;
	background-image: url(../images/bkgrd.jpg);
}

td {
	font-family: Century Gothic, Verdana, Arial, helvetica, sans-serif;
}

th {
	font-family: Century Gothic, Verdana, Arial, helvetica, sans-serif;
}
.text {
	font-size: 12px;
}
ul {
	font-family: Century Gothic, Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Century Gothic, Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}