@charset "UTF-8";
body  {
	background: #181818; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a {
outline: none;
}
a:link {
	text-decoration: none;
	color: #ffbb11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:active {
	text-decoration: none;
	color: #555555;
}
.bigtext {
	font-size: 19px;
}
.dotsbackcolor {
	color: #c43800;
}
.buttontext {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.linxtext {
	color: #ffbb11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}