.foreground {
	font-family: Arial, Helvetica, sans-serif;
	color: #333300;
	background-image: url(images/background.jpg);

}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 2.3em;
	font-weight: bold;
}
.bold-green {
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-weight: bold;
}
.active_pg {
	color: #5EAA00;
	font-weight: bold;
}
.cursor {
	cursor: pointer;
	cursor: hand;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	text-decoration: none;
}
a:link {
	color: #2222AA;
	font-weight: bold;
}
a:visited {
	color: #336600;
	font-weight: bold;
}
a:hover {
	color: red;
	font-weight: bold;
}
a:active {
	color: #5EAA00;
	font-weight: bold;
}
