a:link {
	color: #99CC00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #99CC00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../_images/bg-body-lft-green.jpg);	
}


li {
	list-style-image: url(../_images/bullet.gif);
	}
