.bodyText {
	font-size: 13px;
	color: #000000;
}
.footer {
	font-size: 11px;
	color: #5B2946;
}
h1 {
	color: #5B2946;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	color: #5B2946;
}
h3 {
	font-size: 14px;
	color: #5B2946;
}

a:link {
	color: #5B2946;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
