
BODY {
   font-family: sans-serif;
   background: black;
   color: white;
}

H1 {
   font-family: monospace;
   padding-top: 1.5em;
   padding-bottom: 0.8em;
   text-align: center;
   letter-spacing: 0.5em;
}

A         { color: rgb(220,0,0); }
A:active  { color: rgb(255,0,0); }
A:visited { color: rgb(160,0,0); }
A:hover   { color: rgb(255,0,0); }

A[href] IMG {
   border: none;
}

BLOCKQUOTE {
   text-align: right;
   font-style: italic;
   font-size: 85%;
   padding-top: 0.5em;
   padding-bottom: 0.8em;
}

.metainfo {
   text-align: right;
   border-bottom: thin rgb(180,180,180) solid;
}

.modifications {
   border-top: thin rgb(180,180,180) solid;
   text-align: right;
   font-size: 75%;
   color: rgb(160,160,160);
}

