/* Print layout: */

html {
  margin: 0 auto;
  padding: 0;
  font-family: "Times New Roman",Serif;
  background: #ffffff;
  color: #000000;
}

#skip, #avmenu, #frontphoto, #header p, #header ul, .hide {
  display: none;
}

#header h1 {
  display: block;
  margin: 0 0 10px 0;
}

#content h1 {
  font-size: 1.5em;
}

#content h2 {
  font-size: 1.1em;
}

#content img {
  padding: 1px;
  display: inline;
}

#content li .label {
  display: inline;
  margin: 0 1em 0 0;
  font-weight: normal;
}

#footer .left {
  display: none;
}

#footer address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #0000FF;
}

abbr {
  border-bottom: none;
}

