@charset "utf-8";
/* CSS Document */


div.sitemap {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  font-style: normal;
  font-weight:normal;
  text-align: left;
  line-height: 1.3em;
  color: #cc1100; 
}

/* simple style for site map */
.sitemap ul {
  list-style: none;
}

/* style for nav links */
.sitemap a:link, .sitemap a:visited, .sitemap a:active {
  color: #cc1100; 
  text-decoration: none; 
  padding: 6px;
 
}

.sitemap a:hover {
  color: #cc1100;
  text-decoration:underline;
  padding: 6px; 
}
/* end style for sitemap page */

