body {
	background-color: #666666;
}
.heading {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #333333;
}
.menu {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #333333;
	vertical-align: bottom;
	padding-left: 60px;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #CCCCCC;
	vertical-align: bottom;
}
.maincontent {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #666666;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #359862;
}
a:active {
	text-decoration: none;
	color: #359862;
}
.heading a {
	color: #333333;
	text-decoration: none;
}
.heading a:hover {
	color: #359862;
	text-decoration: none;
}
