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

/*formats the elements on page*/
body {
	background-color: #E1E3EC;
	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: 25px;
color: #3D0422;
text-decoration: underline; }


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


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

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #3D0422
}



/*
a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #FFFFFF;
text-decoration: none; }
*/