body {
  color:black;
  background-color:white;
}

div {
  font-family:verdana,arial,sans-serif;
  font-size:0.8em;
  
  width:40em;

  line-height:1.33em;

  margin-bottom:1em;
}

.title {  
  font-size:1.5em;
  font-weight:bold;
}

.header {
  margin-top:1em;
  font-weight:bold;
  font-size:1.2em;
}

.footer {
  font-size:0.6em;
  color:#C0C0C0;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; }

.indent {
  margin-left:2em;
  margin-right:2em;
  width:36em;
}

.fixedwidth {
  border-left:0.5em solid #DFDFDF;
  padding:1em;
  font-family:Courier New,monospace;
}

img {
  margin:1em;
}

img.mail {
  margin:0px;
}

.quote {
  margin-top:2em;
  border:1px dashed black;
  background-color:#C0C0C0;
  padding:1em;
}