body {
 background-color: #585552;
 color: #eafaff;
 font-family: Verdana, Bitstream Vera Sans, sans-serif;
 font-size: 13px;
 font-size-adjust: 0.54;
 text-align: center;
 margin: 0;
}
img {
 border: #3f3d3c 2px solid;
}
#header :link, #header :visited, #content :link, #content :visited {
 background-color: #aaaaaa;
 color: #000000;
 text-decoration: none;
 border: #343332 1px solid;
 padding: 3px 10px;
}
#header :link:hover, #header :link:active, #header :visited:hover, #header :visited:active, #content :link:hover, #content :link:active, #content :visited:hover, #content :visited:active {
 background-color: #343332;
 color: #ffffff;
}
#footer :link, #footer :visited {
 background-color: inherit;
 color: #47a3b3;
 text-decoration: none;
}
#footer :link:hover, #footer :visited:hover {
 text-decoration: underline;
}
#prevlink {
 float: left;
 padding: 10px;
}
#uplink {
 display: inline;
 padding: 10px;
}
#nextlink {
 float: right;
 padding: 10px;
}
#prevlink span, #nextlink span { /* :first-letter would have been nicer, but this doesn't stick after hovering */
  text-decoration: underline;
}
#header {
 text-align: left;
 position: relative;
 padding: 2px;
 height: 25px;
}
#content {
 padding: 2px;
}
#footer {
 padding: 50px 10px 10px 10px;
 font-size: 10px;
}
#warning {
 width: 80%;
 margin: 10px auto;
 border: 5px solid red;
 padding: 15px 10px;
}

