/*text formatting for all text in the body tag including tables*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #702424;
}

/*formats the elements on page*/
body {
	background-color: #fddcc7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*this is a text link*/
a:link {
font-family: Arial Black, Helvetica Bold, Impact;
font-size: 10px;
color: #FEF6A0;
background-color: none;
text-decoration: none; }


/*this is the rollover state*/
a:hover {
font-family: Arial Black, Helvetica Bold, Impact;
font-size: 10px;
color: #ffffff;
background-color: none;
text-decoration: none;
}


/*a custom tag*/
.bold {
font-family: Arial Black, Helvetica Bold, Impact;
font-size: 20px;
color: #702424
}

.b {
font-family: Arial Black, Helvetica Bold, Impact;
font-size: 11px;
color: #702424
}




a:visited {
font-family: Arial Black, Helvetica Bold, Impact;
font-size: 10px;
color: #FEF6A0;
background-color: none;
text-decoration: none; }
