h1 { color: #000; font-size: 24px; font-family: georgia; font-weight: bold; background-color: white; text-align: center; padding-top: 25px; padding-bottom: 25px; }
h2 {color: #000; font-size: 18px; font-family: georgia; font-weight: bold; text-align: center;}
h3 { color: #000; font-size: 18px; font-family: georgia; font-weight: bold; text-align: left; margin: 0 0 0 5px; }
h4 { color: #000; font-size: 18px; font-family: georgia; font-weight: bold; text-align: left; margin: 5px 0 5px 5px; }
a { font-family: georgia;font-size: 18px; color:  #9e4f0c; text-decoration: underline; }
a:link { font-family: georgia; font-size: 18px;color: #9e4f0c; text-decoration: underline;}
a:visited { font-family: georgia; font-size: 18px;color: #9e4f0c; text-decoration: underline;}
a:hover {font-family: georgia; font-size: 18px;color: black; text-decoration: none; }
body {
	color: black;
	font-size: 18px;
	font-family: georgia;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	background-color: white;
	background-image:url(../images/blue-gradient.jpg);
	background-repeat: repeat-x;
}
p { text-indent: 15px; margin-left: 5px; }
.indent {margin-left: 15px; font-weight: bold;}
h5 { font-size: 0.83em; font-weight: bold; margin: 0 50px 0 0; }
.image { padding-left: 10px; }

