body {
    font-family: Verdana, sans-serif;
    margin: auto;
    padding: 30px;
    max-width: 900px;
    text-align: left;
    background-color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.5;
    background-color: #111;
    color: white;
}

a {
    color: beige;
    text-decoration: none;
}

.title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.pfp {
    width: 50px;
    height: 50px;
    padding-right: 5px;
}

nav {
    font-size: large;
}

footer {
    padding-top: 10px;
    text-align: center;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

li:before {
  content: "»";
  padding-right: 5px;
}

li.back:before {
  content: "«";
  padding-right: 5px;
}

image.skin {
  width: 500px;
  height: 281px;
}

p.skin {
  text-align: center;
}

a.current {
  font-weight: bold;
}

a.current:before {
  content: "★";
  padding-right: 5px;
}

span.postsbottom {
  color: black;
}