.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #F3EDE9;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #660000;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a:link {
	color: #330000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	border-bottom-style: groove;
	border-bottom-color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
}

