﻿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;
	margin-right: 10px;
	margin-left: 10px;
}
.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;
}
.message {
	color: yellow;
}
.clearboth {
	clear: both;
}
.tempnotes {
	color: #FF0000;
}
.titleseparator {
	padding: 10px;
	clear: both;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.centertext {
	text-align: center;
}
a:visited {
	color: #33CC66;
	font-weight: bold;
}
a {
	color: #33CC66;
	font-weight: bold;
}

.testimonial {
	font-family: "Comic Sans MS";
	font-size: medium;
}
.notebox {
	font-style: italic;
	font-weight: normal;
	border: thin double #000000;
	padding: 10px;
	background-color: #FFFFCC;
	margin: 20px;
}

