/* Generated by KompoZer */
.navbar {
  font-family: arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: smaller;
  text-align: center;
  background-color: #cccccc;
}
.navbar a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
a:hover {
  color: white;
  background-color: blue;
}
a:active {
  color: red;
}
