a.titles:link {
	color: #660000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	height: auto;
	width: 13em;
}
a.titles:visited {
	color: #990000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	width: 13em;
}
a.titles:hover {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #CCCCCC;
	height: auto;
	width: 13em;
}
a.titles:active {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	width: 13em;
}
a:link {
	color: #660000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	height: auto;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	height: auto;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #990000;
	border: double #000000;
	padding: 5px;
	margin: 0px 55px 5px;
	font-style: oblique;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #660000;
	margin-left: 200px;
	border: 2px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
h3 {
	font-size: 1.3em;
	font-style: italic;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 2% 30%;
	padding: .25em;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #990000;
	padding: 2px;
	margin: 2px;
}
h5 {
	font-size: 1.1em;
	color: #FFFFFF;
}

body {
	margin: 2%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	margin-right: 5em;
	margin-left: 2.5em;
	}
	
img.floatLeft { float: left; 
margin: 8px; }

img.floatRight { float: right; 
margin: 8px; }
