#sitemap {
    width: 560px;
	margin: 0px;
	padding: 0px;
	border: 4px;
	border-style: double;
	border-color: 5D5D5D;
	font-family: verdana;
	font-size: 10pt;
	}
	
#sitemap a:link.head, #sitemap a:visited.head {
    color: FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	}
	
#sitemap a:hover.head, #sitemap a:active.head {
    color: FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: underline;
	}
	
#sitemap ul a:link, #sitemap ul a:visited {
	font-weight: none;
	color: #113E8C;
	text-decoration: none;
	}
	
#sitemap ul a:hover, #sitemap ul a:active {
	font-weight: none;
	color: #113E8C;
	text-decoration: underline;
	}
    