/* CSS Document */
#list{
	font-family: Arial;
	list-style-type:disc;
	line-height:2em;
	font-size:14px;
}

a.sitemap:link {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	color:#333333;
	text-decoration: none;
}
a.sitemap:visited {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	color:#333333;
	text-decoration: none;
}
a.sitemap:hover {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	color:#333333;
	text-decoration: none;
}