h1 {
	font-family: serif;
	font-size: 14;
	color: Black;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}
h2 {
	font-family: serif;
	font-size: 18;
	margin-bottom: 0px;
	margin-top: 0px;
	color: Maroon;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: sans-serif;
	font-size: 12;
	margin-bottom: 0px;
	margin-top: 0px;
	color: Red;
	font-style: normal;
}
a {
	font-family: serif;
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-style: normal;
	font-weight: bold;
	color: #B00000;
	border: Black;
}
a:hover {
	font-family: serif;
	font-size: 12;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-style: normal;
	font-weight: bold;
	color: White;
}
a:hover, a:focus, a:active, a:visited,a:link {
	border: Black;
}
table {
	font-family: serif;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: Black;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
}

