/* Sitemap Page */

SitemapData
{
}

.SitemapList
{
}

.SitemapLink:link
{
	color: blue;
	background-color: transparent;
}

.SitemapLink:visited
{
	color: red;
	background-color: transparent;
}

.SitemapLink:hover
{
	color: green;
	background-color: yellow;
}

.SitemapLink:active
{
	color: white;
	background-color: black;
}
