body {
  margin: 0px;
  padding: 1ex;
  padding-right: 1em;
  padding-left: 12em;
  color: #eeffff;
  background-color: #000022;
}
a:link, a:visited{
  text-decoration:none;
}
a:link:hover, a:visited:hover{
  text-decoration:underline;
}
#content {
  background-color: #ffffee;
  color: black;
  padding:1ex;
}
#content a:link{
  color:blue;
}
#content a:visited{
  color:purple;
}
#absolutesidebar {
  left: 1em;
  top: 10px;
  width: 10em;
  position: absolute;
  background-image:url(logo.png);
  background-repeat:no-repeat;
  background-position:center center;
  
  height: 128px;
}
#logo {
  position: relative;
  margin:auto;
  display:block;
  z-index:-1;
}
#fixedsidebar {
  left: 1em;
  top: 138px;
  width: 10em;
  position: fixed;
}
#sitemap {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right:2px solid white;
  border-left:2px solid white;
  background-color:#600040;
  list-style-type: none;
  padding-left: 0;
}
#sitemap a:link {
  color: yellow;
}
#sitemap a:visited {
  color: orange;
}
#sitemap .thispage {
  text-decoration: none;
  font-weight: bold;
  color:lime;
}
#sitemap li {
  border-style: solid none;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
}
#header{
  text-align:center;
}
#toc {
  list-style-type: none;
  padding-left: 0;
}
strong{
  text-decoration:blink;
}
