@charset "UTF-8";
body  {
	background: #c43800;
	margin: 100; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 100;
	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: #004859;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	font-variant: small-caps;
}
a {
outline: none;
}
a:link {
	text-decoration: none;
	color: #FF9100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
}
a:visited {
	text-decoration: none;
	color: #D45D00;
}
a:hover {
	text-decoration: none;
	color: #FFAC2A;
}
a:active {
	text-decoration: none;
	color: #fccf11;
}
.bigtext {
	font-size: 19px;
}
.dotsbackcolor {
	color: #c43800;
}
