body {
	text-align: center;
	margin-top: 2em;
	text-align: left;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #800000;
	background-color: #ffffcc }
h1  {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	color: blue;
	}
h2  {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	color: red;
	}
h3  {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	color: #006666;
	}
h4, h5, h6 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	color: black;
	}
table {
	text-align: left;
	font: bold;
	margin-left: auto;
	margin-right: auto;
	}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}	
	
a:hover { background: pink;
	}
a:link {color: blue;
	text-decoration: none }
a:visited {color: purple;
	text-decoration: none }
p {
	text-indent: .5in;
	margin-left: .6in;
	margin-right: .6in;
	}

