@charset "UTF-8";
body  {
	background: #FFA800; 
	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: #003849;
	font-family: BlairMdITC TT-Medium;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}
a {
outline: none;
}
a:link {
	text-decoration: none;
	color: #D45D00;
	font-family: BlairMdITC TT-Medium;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #D45D00;
}
a:hover {
	text-decoration: none;
	color: #E56E00;
}
a:active {
	text-decoration: none;
	color: #D45D00;
}
.bigtext {
	font-size: 19px;
}
.dotsbackcolor {
	color: #c43800;
}
