h1           { font-size: 16pt; font-weight: normal;  font-style: italic; border-top: 1px solid gold;}
h2           {
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #330099;
}
h3           {
	font-size: 15pt;
	font-weight: normal;
	background-color: #E9D7FF;
	color: #6600FF;
}
.purp {
	color: #6600FF;
}

a:link       { text-decoration: none color: red; }
a:visited    { text-decoration: none }
a:hover      { color: yellow; background-color: #990000;  text-decoration : none;}
body {
	color: #3333FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.bold {
	font-weight: bold;
	color: #6600CC;
}
