/*
 * Printer output style sheet for the Sir Henry Bard's Regiment homepage.
 *
 */
.mainnav {
  display: none;
}

.subnav {
  display: none;
}

.body {
  position: relative;
}

.body p {
  text-indent: 2em;
  margin-left: 1em;
}

.body h1 {
  font-size: 130%;
  text-decoration: none;
}

.body h2 {
  font-size: 110%;
  text-indent: 0.5em;
  text-decoration: none;
}

.body h3 {
  font-size: 105%;
  text-indent: 1em;
  font-style: italic;
}

.body a {
  text-decoration: none;
}

.body a:hover {
  background-color: #34160C;
  color: #fce4c6
}

.body a:visited {
  text-decoration: none;
}

.body a:active {
  text-decoration: none;
}

/* figures */

.figure {
  float: right;
  
}
.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}

img {
  border: 0;
}

.bottom {
  position: relative;
  text-align: center;
  line-height: 0.25em;
}

.bottom address {
  font-size: 80%;
}

/* Bibliography */

.biblio ul {
  font-size: smaller;
}

.biblio ul li {
  list-style-type: none;
}

.pageart {
  display: none;
}

.validation {
  display: none;
}

body {
  background-color: #fce4c6;
  font-family: Book Antiqua, Times New Roman, Serif;
  color: #34160C;
}
