body{
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	background: White;
}

h1{
	color: #3CADF7;
	font-size: 36pt;
	font-family: "Monotype Corsiva";
	text-align: center;
	padding-left: 100px;
}
h2{
	color: #748A19;
	font-size: 1.5em;
	font-family: Georgia;
	text-align: center;
	font-style: italic;
}
h3{
	color: Blue;
	font-size: 1em;
	font-family: Georgia;
	text-align: center;
	font-weight: bold;
}
.contentText{
	font-family: Garamond;
   text-align: left;
	padding: 5px;
	line-height: 1.5pc;
}
ul{
	list-style: disc;
	font-family: Garamond;
}
ul li {
	padding: 3px;
}
ul li a:link	{
	color : Blue;
	text-decoration: none;
}
ul li a:visited	{
	color : Gray;
}


ul li  a:hover	{
	color : White;
	background: Blue;
	text-decoration: underline;
}

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