body {
	font-size: 90%;
	font-family: Verdana;
	background-color: FAFBED;
}
td, pre {
	font-family: Verdana, Arial;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 90%;
}
.title {
	font-family: "Monotype Corsiva";
	font-size: 128px;
}
.subtitle {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	text-align: center;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
h4 {
	text-align: center;
	font-style: italic;
}
p {
	text-indent: 15px;
	font-size: 90%;
	text-align: justify;
}
.center {
	text-align: center;
	font-style: italic;
}
.right {
	text-align: right;
	font-style: italic;
}
a {
	text-decoration: none;
	font-family: Verdana;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}

