body {
  font-family: sans-serif;
  font-size: small;
}

input {
  border: 1px solid silver;
}

h1, h2, h3  {
  font-weight: normal;  
  letter-spacing: 0.1em;
}

h1 {
  margin-top: 0;
  border-bottom: 1px solid silver;
}

h2, h3 {
  border-bottom: 1px dotted silver;
}

a {
  color: darkred;
}

a:hover {
  color: firebrick;
}

p {
  margin: 0;
  margin-top: 0.5em;
}

img {
  border: 1px solid silver;
  padding: 0.25em;
  margin: 1em;
  margin-top: 0;
}

#t {
  font-size: large;
}

#t h1 {
  margin: 0;
  color: darkred;
}

#t p {
  margin: 0 0 1em 0;
  letter-spacing: 0.3em;
  font-size: small;
}

#l {
  width: 15em;
  line-height: 1.5em;
  float: left;
}

#l a {
  display: block;
  color: grey;
  text-decoration: none;
  padding-left: 0.5em;
  border-left: 0.75em solid gainsboro;
  margin-bottom: 0.25em;
  
}

#l a.now {
  color: darkred;
  border-color: darkred;
}

#l a:hover {
  color: firebrick;
  border-color: firebrick;
}

#r {
  position: absolute;
  right: 0;
  top: 0;
  font-size: x-small;
  padding: 0.5em;
}

#m {
  margin-left: 16em;
}

#b {
  padding-top: 0.25em;
  border-top: 1px solid silver;
  font-size: x-small;
  clear: both;
  margin-top: 1em;
}

.pictures p {
  margin-top: 0;
  margin-bottom: 3em;
}