/* macarony.de/macarony.css
 * 20080413 marco (@macarony.de - Matthias Diener) */

.description, .header, .footer {
  display: none;
}
a {
  color: #000000; /* black */
  text-decoration: none;
}
pre {
  font-family: dejavu sans mono, lucida console, consolas, fixedsys;
  font-size: medium;
}
.term {
  background: #d3d3d3; /* lightgray */ /* - stupid IE doesn't know about background-color */
  background-color: #d3d3d3; /* lightgray */
  color: #00008b; /* darkblue */
  font-family: dejavu sans mono, lucida console, consolas, fixedsys;
  font-size: medium;
  text-align: justify;
  margin: auto;
  border-style: double;
  border-width: 3px;
  width: 800px;
  min-height: 600px;
  padding: 5px;
}

