body {
	font-family: "Trebuchet MS", Verdana, Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #88AA44;
	background-color: #143B05;
	margin-top: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #669966;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #669966;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6633;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FF6633;
}
a:active {
	text-decoration: none;
}
.handcursor {
	cursor: hand;
}
