.background {
	background-color: #330000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;



}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #FFFF99;
}
a:active {
	color: #FFFFCC;
}

