﻿div.sitemap 
{
	font-family: Helvetica, Tahoma, Sans-Serif;
	font-size: 12px;
}

div.sitemap a.node
{
	color: #000;
	text-decoration: none;
}

div.sitemap a.node:hover
{
	color: #EC001F;
	text-decoration: underline;
}

div.sitemap a:focus
{
	outline: none;	
}
