body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d657a;
	background-color: #990000;
	list-style-type: circle;
	margin: 0px 30px;
}

a:link {
	color: #7f43d9;
	background-color: #f5f5d9;
}

a:visited {
	color: #7f43d9;
	background-color: #f5f5d9;
}

h1, h2, h3, h4, {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #990000;
	background-color: #f5f5d9;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d657a;
	background-color: #f5f5d9;
	list-style-type: circle;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d657a;
	background-color: #f5f5d9;
}

dl {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d657a;
	background-color: #f5f5d9;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d657a;
	background-color: #f5f5d9;
	list-style-type: disc;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d657a;
	background-color: #f5f5d9;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d657a;
	background-color: #f5f5d9;
}

hr {
	width: 90%;
	color: 990000;
}

div.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d657a;
	background-color: #f5f5d9;
	font-size: smaller;
	text-align: center;
	line-height: 18px;
}

.textlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-left: 5px;
	color: #990000;
}

