﻿h1 {
	letter-spacing: 5px;
	font-size: xx-large;
}
h2 {
	font-size: x-large;
	letter-spacing: 4px;
}
h3 {
	font-size: large;
	letter-spacing: 3px;
}
h4 {
	font-size: medium;
	letter-spacing: 2px;
}
p  {
	font-size: medium
}
.titleline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 3px;
	font-size: 12pt;
	clear: both;
}
.clearboth {
	clear: both;
}
.tempnotes {
	color: #00FF00;
}
.titleseparator {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000080;
	clear: both;
}
.centertext {
	text-align: center;
}
a:visited {
	color: #800000;
}
a {
	color: #000080;
}
