.sitemap {
  background-color: #ffffff; 
}
.sitemap table {
  background-color: #99ffff; 
}
.sitemap th {
  background-color:#333333;
  border: solid 1px #ffffff;
  bordercollapse: collapse;
  color: #ffffff;
  font-style: normal;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  padding: 2px;
}
.sitemap th a:link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.sitemap th a:visited {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.sitemap th a:hover {
  color:#FF6600;
  text-decoration: none;
  text-transform: uppercase;
}

.sitemap td {
  background-color:#CCCCCC;
  border: solid 1px #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  padding: 2px;
}
.sitemap td a:link {
  color:#333333;
  text-decoration: none;
  text-transform: uppercase;
}
.sitemap td a:visited {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
.sitemap td a:hover {
  color: #ff3333;
  text-decoration: none;
  text-transform: uppercase;
}