a {
	font-family: Times New Roman, Times, serif;
	color: #008080; 
	text-decoration: underline }

a:hover {
	color: orange;  }

.arial {
	font-family: Arial, Helvetica, Sans Serif;
	font-size:1.2em;
	color: #000000; }
	
.header {
	font-family: Times New Roman, Times, serif;
	font-size:1em;}

.body {
	font-family: Times New Roman, Times, serif;
	font-size:1em;
	color: #000000; 
	margin-left:20;
	margin-right:20; }
	
.bodyIndent {
	font-family: "Times New Roman", Times, serif; 
	font-size:1em;
	color: #000000; 
	text-indent: 1em; 
	margin-left:20;
	margin-right:20; }

.pageHeader {
   font-family: Times New Roman, Times, serif;
	font-size:2em;
	color:white;
	font-weight:bold; }

.navbar {
	font-family: Times New Roman, Times, serif;
	color: green; 
	font-size:1em;
	font-weight:bold;
	text-decoration: none }
	
.navbar:hover {
	color: orange; }

.pageFooter {
	font-family: Times New Roman, Times, serif;
	font-size:.8em;
	color:#008080 }
	

