.bodytext {
	font-family: Verdana;
	font-weight: Bold;
	font-size: 14px;
	color: #556B2F;
}

.headlinetext {
	font-family: Verdana;
	font-weight: Bold;
	font-size: 20px;
	color: #556B2F;
}

.whitetext {
	font-family: Verdana;
	font-weight: Bold;
	font-size: 14px;
	color: #ffffff;
}

.blacktext {
	font-family: Verdana;
	font-weight: Bold;
	font-size: 14px;
	color: #000000;
}

.greentext {
	font-family: Verdana;
	font-weight: Bold;
	font-size: 14px;
	color: #33cc66;
}
	
A {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

A:hover {
	color: #66cc66;
}