﻿html {
    background-color: #000;
    background-image: url("https://nehulus-vagus.com/img/layout/back.gif");
    color: #777;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
}
body {
    width: 700px;
    margin: auto;
    text-align: center;
}
h1 {
    font-size: 120%;
    color: #c33;
}
h2 {
  font-size: 110%;
  color: #c33;
}
h3 {
  font-size: 100%;
  color: #999;
  border-bottom: 1px dashed #c33;
  text-align: right;
  padding: 0; margin: 5px 0;
  padding-right: 5px;
}
b, strong, i, em, u, del {
    color: #999;
}
small { color: #ccc; }
a {
  color: #c33;
  text-decoration: none;
}
a:hover {
  color: #ccc;
  background-color: #333;
}
button {
  color: #c33;
  text-decoration: none;
  background: none; border: none; padding: 0; font-size: 100%;
}
button:hover {
  color: #ccc;
  background-color: #333;
}
ul, ol {
    text-align: justify;
    width: 500px;
    margin: auto;
}
li {
    margin: 1em 0;
}

.deco {
    padding: 3px;
    border: 1px solid #999;
}
hr {
    border-color: #c33;
}

.updates {
  width: 300px;
  height: 150px;
  background-color: #0006;
  overflow: auto;
  margin: auto;
  border: 1px dashed;
  font-size: 80%;
}
.updates p {
  margin: 5px;
  line-height: 0.9;
  text-align: justify;
  text-indent: 1em;
}
