body {
			background: #D8D0A8;
			font-family: Georgia, "Times New Roman", serif;
}
h1, h2, h3, h4, h5,h6 {
	color: #BA5454;
}
a {
	 color: #7B2F2F;
	 text-decoration: underline;
	 font-weight: bold;
}
a:visited {
					 color: #004422;
					 text-decoration: line-through;
}
.note {
			 font-family: sans-serif;
			 margin-left: 6em;
			 margin-right: 12em;
			 font-size: small;
			 color: white;
}
div strong {
						 	color: white;
}
em, strong {
						color: #A261FF;
}
.heading {
				 text-align: center;
				 font-size: x-large;
				 font-weight: bolder;
				 color: #BA5454;
}
.center {
				 text-align: center;
}
.footer {
				 font-size: x-small;
}
img.center {
	display: block;
	margin: auto;
}

/* This mod's the .footer seen above for special cases
of Anchors within the footer
*/
A.footer {
				 font-family: "Lucida Bright", serif;
				 font-size: x-small;
				 color: blue;
				 text-decoration: none;
}       
abbr { border-bottom: medium dotted #FFFFCC; border-right: none; border-left: none;
	margin: 0; padding: 0; font-size: 0.95em;}
