body {
	padding-left: 2em;
	font-family: Copperplate Gothic Light, Verdana, sans-serif; 	color: #330033;	background-color: #990000
	 }
	
table {	align: center;
	text-align: center;	border-style:solid;	border-color:#330033;	border-width:2px;	background-color:#FFFFFF;			}

td {	text-align: center;
	padding:4px;
	border-style:groove;	border-color:#330033;	border-width:2px;
		}

h1 {	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #FFFFFF; }

h2 {	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #FFFFFF; }

h3 {	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #FFFFFF; }
p {	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #FFFFFF }

a:link {	color: yellow ;
	text-decoration: none}
a:visited {
	color: black;
	text-decoration: none}
a:hover {
	color: blue;
	text-decoration: none}

#navcontainer ul {
	list-style-type: none;
	text-align: center;
	}
li {
	display: inline;
	padding: 3em }


address {
	margin-top: 2em;  	padding-top: 1em;
	padding-bottom: 1em;
	border-top: thin dotted }