@charset "utf-8";
/* CSS Document */

a:link {
	color: #224F26;
}

a:visited {
	color: #224F26;
	text-decoration: none;
}

a:hover {
	color: #5B2D87;
	text-decoration: none;
}
a:active {
	color: #FFB347;
	text-decoration: none;
}

a {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: 30px;
}

h2 {
	color: #5A3180;
}

h3 {
	color: #225228;
}

p {
	font-family: sans-serif; 
	text-indent: 10px; 
	font-size:12px;
}

.Pnoindent {
	text-indent: 0px;
}

.ImagePadding {
	margin: 5px 5px 5px 5px; 
}

.ThankYouName {
    margin: 2px 0px 0px 0px;
}
