/* Body control */
BODY  {
	margin : 10px 10px;
}
/* Quote color */
.quote {
 	color : #800;
	background : #fff none;
}
/* Alt Quote color */
.altquote {
 	color : SeaGreen;
	background : #fff none;
}
/* Footer control */
.footbackcolor { 
	color : #c0ffff;
	background : #1a3764 none;
} 
/* Footer link control */
div table A:link {
	color : #c0ffff;
	background : #1a3764 none;
	text-decoration: none;
} 
div table a:visited {
	color : #fff;
	text-decoration: none;
}

.anchor {
	font-size : 30pt;
	text-align : center;
	font-family : Georgia;
}