﻿body {
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #333333;
}
h3 {
	font-size: medium;
	color: #800000;
	font-weight: bold;
	margin: 0px;
}
h4 {
	color: #333333;
	font-weight: bold;
	font-size: small;
	margin: 0px;
}
h6 {
	font-size: x-small;
	margin: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
