a:link {
   text-decoration: none;
   color: blue;
}
a:visited {
  text-decoration: none;
  color: blue;
}
a:active {
  text-decoration: none;
  color: #990000;
}
a:hover {
  text-decoration: none;
  color: #cf000a;
}
li,  h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, geneva, verdana, sans-serif;
  text-decoration: bold;
  font-size: 0.8em;
}
.small {
  font-family: helvetica, geneva, verdana, sans-serif;
  font-size: 0.75em;
}
.normal, body {
  font-family: helvetica, geneva, verdana, sans-serif;
  font-size: 0.8em;
}
.bigger {
  font-family: helvetica, geneva, verdana, sans-serif;
  font-size: 0.9em;
}
