body {
	background-color: #FFE0C1;
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	border-color: #990000;
	border: 1;
	text-align: left;
	font-size: 18px;
}
a:link {
	color: #990000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	cursor: hand;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
}
img {
	border: thin solid #990000;
	margin: 1px;
	border-width: 1;
}
.quotes {
	font-size: 32px;
	text-align: center;
	font-style: italic;
}
.description {
	text-align: right;
}
.pagetitle {
	text-align: center;
}
.date {
	text-align: left;
}
.bolded {
	font-size: 22px;
}
