@CHARSET "UTF-8";
  /**
    Sitemap
  **/
  .mod_articleList {
    margin-bottom: 1em;
  }
  .mod_articleList h1 {
    font: normal 1.5em verdana,arial,sans-serif;
    color: #004078;
  }
  .mod_articleList ul {
    margin-bottom: 0;
    list-style-type: none;
  }
  .mod_articleList ul li {
    margin-left: -3.5em;
  }
  .mod_articleList ul li a {
    color: #797979;
    text-decoration: none;
  }
  .mod_articleList ul li a:hover {
    color: #A85226;
    text-decoration: underline;
  }
  .mod_articleList a#sitemapButton {
    color: #A85226;
    text-decoration: underline;
    cursor: pointer;
  }
  .mod_articleList a#sitemapButton:hover {
    text-decoration: none;
  }
