body {
  background-color: #202020;
  font-family: Tahoma;
}

a, a:hover, a:visited {
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
}

a {
  color: silver;
}

a:hover {
  color: #4444AA;
}

label {
  display: block;
  color: white;
  line-height: 3em;
  font-weight: bold;
  font-size: 10pt;
}

img {
  float: left;
  margin: 15px;
}