BODY { 
padding: 0;
	margin: 0;
	background-image: url(../images/parchment.jpg);
	height: 100%;
	width: 100%;
	}


/*link and font styles*/
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
	font-variant: normal;
	text-decoration: none;
}

a:link {
	color: #79797A;
	font-weight: normal;
	text-decoration: none;
} 

a:visited {
	color: #79797A;
	font-weight: normal;
	text-decoration: none;
} 


a:active {
	color: #79797A;
	font-weight: normal;
	text-decoration: none;
}


a:hover {
	color: #A65504;
	font-weight: normal;
}











