body {
  background-color: #000926;
  color: white;
  font-family: "Quattrocento", serif;
}
nav.menu a { color: #990000; }
div.release_content, div.links_content, div.post_content {
  width: 88%;
  margin: 6%;
  padding: 1.5%;
  background-color: #7f0409;
  color: #0fd7e6;
  border-style: solid;
  border-color: #13f86d;
  border-width: medium;
  border-radius: 1%;
}
h2.post_title {
  font-size: 125%;
  border-bottom: inset;
  border-color: #13f86d;
  border-width: thin;
}
div.links a { color: #0fd7e6; text-decoration: none; }
div.links ul { list-style-type: none; }
