.sitemap {
    font-size:1em;
    font-weight:normal;
    line-height:1,5em;
	text-decoration: none; 
	background-color: #FFFFFF;
	color:#000000;
	list-style-type:none;
	padding-left:1.8em;
}
.sitemap a:link {
    font-size:1em;
    font-weight:normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
	color:#000000;
}
.sitemap a:visited {
    font-size:1em;
    font-weight:normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
	color:#000000;
}
.sitemap a:hover {
    font-size:1em;
    font-weight:normal;
	text-decoration: underline; 
	background-color: #FFCC33;
	color:#000000;
}
.sitemap a:active {
    font-size:1em;
    font-weight:normal;
	text-decoration: underline; 
	background-color: #FFCC33;
	color:#000000;
}
