body {
	background-color: #669966;
}

.heading {
	font-size: 26px;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC33FF;
	font-size: 12px;
}

.greentable {
	background-color: #82AC82;
}

.border {
	background-color: #666633;
}

.bodyfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

a:link {
	font-weight: bold;
	color: #996699;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #996699;
	text-decoration: none;

}
a:hover {
	color: #993399;
	text-decoration: underline;
	background-color: #FFFFFF;
}
