html {
  font-size: 100.01%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #4c4c4c;
  font-family: verdana, arial, helvetica, geneva, sans-serif;
  font-style: normal;
  line-height: 1.333em;
  font-weight: normal;
  font-variant: normal;
  height: 100%;
}

h1, h2, h3 {
  color: #ffffff;
}

a .bullet {
  visibility: hidden;
  background-color: #06872e;
  text-decoration: none;
}

.item {
  text-decoration: underline;
}

a:hover .bullet {
  visibility: visible;
}

a:link { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; background-color: #bab8b9; }
a:active { color: #ffffff; text-decoration: underline; background-color: #bab8b9; }

.homepage {
  font-size: 0.8333em;
}
