/* ----   print styles   ---- */


#navigation {
  display: none;
}

body {
  color: black;
  background: white;
  margin: auto;
  font-family: "Times New Roman", Times, Serif;
}

h1, h2, h3, h4 {
  font-family: sans-serif;
}

.goodPartyBanner {
  clear: both;
  line-height: 2.8em;
  color: #dfb;
  background-color: #896;
}

.goodPartyBanner div {
  font-family: Garamond, Georgia, Serif;
  font-size: 140%;
  font-weight: bold;
  text-transform: lowercase;
  word-spacing: .1em;
  white-space: nowrap;
  overflow: hidden;
}

.goodPartyBanner span {
  padding: 0 .3em;
}


A:link {
  color: #006;
  background: #fff;
  text-decoration: none;
 }

A:visited {
  color: #505;
  background: #fff;
}

a[href|=http]:after, a[href|=news]:after, a[href|=ftp]:after {
  content: "[" attr(href) "]";
  font-size: 90%;
  font-family: Monospace;
}

abbr, acronym {
  border-bottom: none;
}

#copyright {
  font-size: 90%;
}

div#copyright {
  margin-top: 1em;
}

.sent td, form td {
  vertical-align: top;
}
