<style type="text/css">
<!--
body {
	background-color: #000000;
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav
	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-shadow:
	}
	
a:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border:none;
	color: #CCCCCC;
	letter-spacing:normal;
	text-decoration:none;
	}
	
a:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border:none;
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border:none;
	color: #FFCC33;
	text-decoration:none;
	}
a:active {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border:none;
	color:#ffffff;
	text-decoration: none;
}
.quote {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FABC1D;
}
-->
</style>