body {
	color: black;
	font-family: Arial;
	background-color: antiquewhite;
}
h1 {
	font-weight: bold;
	color: teal;
	background-color: transparent;
	text-align: center;
	font-size: 36pt;
}
h2 {
	color: teal;
	text-align: center;
}
h3 {
	color: teal;
	text-align: center;
}
A {
	color: teal;
	}
A:visited {
	color: maroon;
	}
#text .returnlink{
 text-align:right;
}

#content{
 width: 640px;
 margin-right: auto;
 margin-left: auto;
}
#text{
 text-align:left;
}
#text ol{
 text-align: left;
}
#footer{
	font-size: 0.8em;
	text-align:center;
}
.centered{
	text-align:center;
}