body {
  color: #000000;
  background: #eeeecc;
  margin-left: 1em;
  margin-right: 1em;
}

address { 
  text-align: right;
}

strong {
   color: blue;
   font-style: italic;
}

img {
  vertical-align: top;
}

img.first {
  float: left;
}

img.second {
  float: right;
}

a:link {color: #106010;}
a:visited {color: #777777;}
a:active {color: #c0c0c0;}
