body {
  cursor: default;
  font-size: 12pt;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  background-attachment: fixed;
}

body b {
  color: #ffaa00;
}

a {
  color: #ffaa00;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  cursor: hand;
}

#menu {
  color: #ffaa00;
  font-weight: bold;
}

#menu a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#menu a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#menu a:hover {
  color: #ffffff;
  cursor: hand;
}

h1 {
  font-size: 20pt;
  font-weight: bold;
  color: #ffaa00;
  display: inline;
}

h2 {
  font-size: 14pt;
  font-weight: bold;
  color: #ffaa00;
  display: inline;
}

.answers {
  font-size: 10pt;
}

hr {
  color: #ffaa00;
  height: 1px;
  margin: 0 0 0 0;
  border: 0;
  background: #ffaa00;
}

.picture {
  border-color: #ffaa00;
  border-width: 1px;
}