﻿h1 {
	font-family: "Franklin Gothic Medium";
	font-size: large;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
	text-align: center;
}

.body {
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: medium;
	color: #800000;
	text-align: justify;
	margin-left: 1cm;
	margin-right: 1cm;
}
.tablebody {
	font-family: "Courier New";
	font-size: medium;
	color: #800000;
	text-align: justify;
}
.sitecell {
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: medium;
	color: #800000;
	text-align:center;
}
.listdate {
	font-family: "Times New Roman";
	font-size: medium;
	color: #800000;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	left: 20px;
}
.smalltext {
	font-size: smaller;
	font-style: italic
}
a {
	
	color: green;
	font-weight: bold;
}
a:hover {
	color: lime;
	font-weight: bold;
}
a:active {
	color:teal;
	}
a:visited {
color: #003300
}
b {
	font-weight: 900;
}