﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
h1 {
	border-color: #009933;
	border-width: thin thick 9px thick;
	border-style: none none inset none;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #990033;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: oblique;
	color: #990033;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: oblique;
	color: #CC0000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: oblique;
	color: #FF0000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: oblique;
	color: #660033;
}
}
.redheadline {
	font-weight: 700;
	color: #CC0000;
	font-size: large;
	font-style: italic;
	text-align: center;
}
.greenheadline {
	font-size: medium;
	font-weight: 700;
	font-style: italic;
	color: #009933;
}
.blackheadline {
	font-weight: 700;
	font-style: italic;
	font-size: small;
	color: #000000;
}
.bodytext {
	font-size: x-small;
}

