body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

