.lightblue{ Color: #AEC9D8; }
.aqua{ Color: #AFD9CF; }
.lightgreen{ Color: #BAD8AE; }
.gray{ Color: #7A8D97; }
.darkgreen{ Color: #254C16; }
.tan{ Color: #E4E0B8; }


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-image:url(/images/background2.png);
	color: #000000;
	
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

a {
	color: #254C16;
	text-decoration: underline;
}
