/* $Id: print.css,v 1.4 2007/09/23 18:45:20 martini Exp $ */

html, body {
  color: black;
  background: white;
  font-family: "New Century Schoolbook", "Century Schoolbook", "Garamond", serif;
}

h1, h2, h3, h4, h5, h6, #logo, #motto, #navigation dt {
  font-weight: bold;
}

#logo {
  font-size: 4em;
}

#logo a {
  color: black;
  text-decoration: none;
}

#motto {
  font-size: 1.5em;
}

#header {
  border-bottom: 0.125em solid black;
}

.clear {
  height: 0;
  clear: both;
}

#navigation, div.bar, .off, #skiplink, #searchform {
  display: none;
}

abbr {
  text-decoration: none;
}

.small {
  font-size: small;
}

label {
  display: none;
}
