a:link {
  text-decoration: none;
  font-weight: bold;
  color: gray;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: #00f;
}

.title a {
  font-weight: normal;
  text-decoration: none;
}

body {
  margin-top: -25px;
}

div#red {
  margin: 0 auto 0 auto;
  width: 800px;
  border-left: 10px solid #631111;
  padding-left: 7px;
}

div#yellow{
  border-left: 7px solid #B3AD4B;
  padding-left: 11px;
}

div#green{
  border-left: 10px solid #375C27;
  padding-left: 7px;
}

div#blue{
  border-left: 12px solid #31354F;
  padding-left: 10px;
}

div#violet{
  border-left: 10px solid #37213B;
  padding-left: 25px;
}

p {
  font: .7em Verdana, sans-serif;
  line-height: 2em;
}

p.subtitle {
  font: .9em Verdana, serif;
  text-align: right;
  margin-top: -1.5em;
}

p.c {
  font-size: .8em;
  clear: both;
  text-align: center;
}

p.top_space {
  padding-top: 2em;
}

p.bottom_space {
  padding-bottom: 2em;
}

p.space {
  padding-top: 2em;
  padding-bottom: 2em;
}

p.title {
  padding-top: 2em;
  font: 1.5em Georgia, serif;
  text-align: right;
  border-bottom: 1px solid black;
}

p.copy {
  text-align: center;
  padding-top: 20em;
  padding-bottom: 5em;
}

p.nav {
  text-align: right;
  margin: -1em 0 3em 0;
}

p.month {
  text-align: center;
  padding-top: 5em;
}

p.group {
  padding-top: 2em;
}

p.tall {
  padding-bottom: 400px;
}

div.quotation {
   background-color: #eee;
   border: 1px solid black;
   padding: 15px;
   margin: 30px;
}

p.attribution {
   text-align: right;
   font-size: .6em;
   margin: 0 0 10px 0;
}

img {
  padding: 5px;
  border: 1px solid black;
  background: white;
  margin-bottom: 3px;
}

img.logos {
    border: none;
    padding-bottom: 10px;
}

img.e {
  width: 640px;
  height: 427px;
}

img.s {
  width: 640px;
  height: 640px;
}

img.v {
  width: 640px;
  height: 960px;
}

img.snapshot {
    border: 1px solid grey;
    padding: 5px;
    margin: 10px;
    display: block;
    width: 200px;
}

img.letter {
  margin-left: 20px;
  width: 600px;
  height: 785px;
}

img.envelope {
  margin-left: 20px;
  width: 600px;
  height: 425px;
}
