<style>
div.top {position: absolute; left: 1em; top:0.5em; right: auto;}
.shadow { position: relative; left: 2px; top: 2px; color: #999; }
.text { position: absolute; left: -2px; top: -2px; color: #666;}
body {font-family: Arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif;}
div.banner {
  margin: 0;
  font-size: 100
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 5em;
  left: 1em;
  width: 8.5em;
  right: auto;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  background: #66f;
  border: thin outset #66f;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #66f }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: silver; color: white }
body>div.banner {position: fixed}
div.content {margin-left: 10em; width: 80%;}
.line {border-top: dashed thin #CCCCCC; margin-top: 2em; }
.foot {font-size: 80%; font-style: italic; }
H2, H3, H4 {margin-left: 0.5em;}
p {margin-left: 1em;}
</style>

