body {
  margin: 2em 30px 2em 70px;
  color: #000;
  background: #fff;
}
a:link { color: #008 }
a:visited { color: #204 }
a:active { color: #800 }
a:hover { color: red }
a:link img { border-color: #008 }
a:visited img { border-color: #204 }
a:active img { border-color: #800 }
a:hover img { border-color: red }


h1,h2,h3,h4,h5,h6 { 
  text-align: left;
}

img {
  border: 0;
}

img.icon11x76 { 
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  width: 76px;
  height: 11px;
}

img.icon8x48 { 
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  width: 48px;
  height: 8px;
}

img.icon8x24 { 
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  width: 24px;
  height: 8px;
}

img.icon8x12 { 
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  width: 12px;
  height: 8px;
}

img.icon8x8 { 
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  width: 8px;
  height: 8px;
}

a.feed14x14 { 
  background: top left no-repeat url(/images/feed-icon-14x14.png);
  padding-left: 16px;
}

div.abstract {
  margin-left: 2em;
}

div.main {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

div.iconbar { 
  position: fixed;
  display: block;
  background: white;
  width: auto;
  height: 14px;
  padding: 0;
  margin: 0;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

div.footer {
  position: fixed;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
}

div.preformat { 
  display: block;
  font-family: monospace;
  font-size: 90%;
  white-space: pre;
}

p.copyright {
  font: small sans-serif;
  text-align: right;
}

td.numeric {
  text-align: right;
}

span.overstrike { 
  text-decoration: line-through;
}