.background {
	background-color: #000;
}
.FontStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-align: left;
}
.FontStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
}
.FontStyle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #39C;
}
a:hover {
	text-decoration: none;
	color: #FF9;
}
a:active {
	text-decoration: none;
	color: #39C;
	text-align: center;
}