body{
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
font-weight:bold;
/*background: url(greenback3.jpg);*/
background-color: #FFFFF0;
color:#228B22;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
}

img{border:1px solid #000;}

a:link{
	/*color: #000;*/
	color:#228B22;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	/*color: #000000;*/
	color:#228B22;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

#links{
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
	text-align:center;
}

.sectionHeader{
	border: 1px solid #000000;
	padding: 5px;
	margin-top: 20px;
	font-style: italic;
	font-weight: bold;
}

.divHeading{
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}