a:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor: text;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999c40;
	background-image: url(../_images/bg-h-main.jpg);
	background-repeat: no-repeat;
	
}

li {
	list-style-image: url(../_images/arrowO.gif);
	font-size: 18px;
	}
