.coordBelow
 {
  font-style: italic;
  font-size: smaller;
  text-align: right;
  position: relative;
  top: -1em; 
 }

BODY 
 { 
   background: #ffffee url("/frederik/img/background.gif");
   text: #000000;
   text-align: left;
   margin: 5%;
   color: black;
   font-family: 'Trebuchet MS', Verdana, sans-serif;

   line-height: 150%;
 }

H1
 {
   font-style: underline;
   text-decoration: underline;
   color: #900;
 }

H2,H3
 {
   font-style: underline;
   color: #900;
 }

h2:before { content: "~ " }
h2:after { content: " ~" }

h3:before { content: "+ " }
h3:after { content: " +" }

P
 {
   color: black;
   font-family: 'Trebuchet MS', Verdana, sans-serif;
   line-height: 150%;
 }

P.box
 {
   border-width: normal;
   border-color: blue;
   border-left-style: dashed;
   padding-left: 15px;
   font-size: smaller;
 }

TH,TD
 { 
   color: black;
   font-family: 'Trebuchet MS', Verdana, sans-serif;
   line-height: 150%;
 }


A:visited
 {
   color: #551A8B;
 }
A:link
 {
   color: #0000EE;
 }
A.nav
 {
   color: #990000;
 }

.micro
 {
   line-height: 0;
 }

.coordAbove
 {
  font-style: italic;
  font-size: smaller;
  text-align: right;
  position: relative;
  top: +1em;
 }

.topHack
 {
 position: absolute;
 top: 1em;
 margin-right: 6%;
 }

.botHack
 {
 width: 111%;
 }

