body {
	font-family: "Century Gothic";
	font-size: 12pt;
	color: #006633;
	background-color: #CCCCCC;
	background-image: url(../images/bgimage.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
