body{
	margin: 20px 10px 10px 10px;
	padding: 0px 0px;
	text-align: center;
	background-color: #C6C6C6;
}

h1{
	color: #3CADF7;
	font-size: 36pt;
	font-family: "Monotype Corsiva";
	text-align: center;
}
h2{
	color: #748A19;
	font-size: 1.5em;
	font-family: Georgia;
	text-align: center;
	font-style: italic;
}
h3{
	color: #748A19;
	font-size: 1em;
	font-family: Georgia;
	text-align: center;
	font-weight: bold;
}

h5{
	padding: 10px 0px 0px 0px;
color: red;
}

.contentText, td .contentText ul li {
	font-family: Verdana;
   text-align: justify;
	padding: 5px;
	line-height: 1.5pc;
	vertical-align: top;
	font-size: .9em;
}
.btmLinks{
   font-family: Verdana;
   text-align: center;
   padding: 5px;
   vertical-align: bottom;
   font-size: .7em;
   color: Black;
}




.contentText a:link	{
	color : Blue;
	text-decoration: none;
}
.contentText a:visited	{
	color : Blue;
}


.contentText  a:hover	{
	color : White;
	background: Blue;
	text-decoration: underline;
}

h1 a{
	text-decoration: none;
	color: #3CADF7;
}