body {
  background: #000000;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.title {
  text-align: center;
}

.title h1 {
  display: none;
}

ul.header {
  clear: both;
  background: #745209;
  background-image: url(../images/header_firebg.png);
  background-repeat: repeat;
  text-align: center;
  color: #555555;
  font-weight: bold;
  margin: 0 auto;
  font-family: sans-serif;
  padding: 2px 0px;
  width: 100%;
  display: block;
}

ul.header li {
  display: inline;
  padding: 0px 1%;
}

ul.header a {
  color: #FFFFFF;
  text-decoration: none;
}

ul.header a:hover {
  color: #FFFF00;
  text-decoration: underline;
 
}

.boxed {
  color: #000000;
  background: #FFB53E;
  border-color: #745209;
  border-width: thick;
  border-style: double;
  margin-top: 20px;
  padding: 5px;
}

.boxed h2 {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
}

.boxed p, .boxed ol {
  margin: 0px 10px 0px 80px;
  text-align: justify;
}

.boxed .date_author {
  text-align: right;
  font-family: mono;
  font-size: x-small;
  margin-top: 5px;
}

.md5sum {
  font-family: mono;
  font-size: x-small;
  margin: 0px 10px 0px 80px;
}

a {
  color: #0000CC;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

.footergraph {
  padding-top: 20px;
  text-align: center;
}

a img {
  border-style: none;
}