body {
  background-color:#000000;
  background-image:url(../gfx/assets/rune.gif);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:middle;
  background-position:center;
  scrollbar-base-color:#3c3c3c;
  scrollbar-3dlight-color:#3c3c3c;
  scrollbar-arrow-color:#3c3c3c;
  scrollbar-darkshadow-color:#3c3c3c;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#3c3c3c;
  scrollbar-shadow-color:#3c3c3c;
  scrollbar-track-color:#3c3c3c;
}

h1,h2,h3,h4,h5,p,li,ol,ul {
  font-family:Arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5 {
  color:#22ba11;
}

p {
  font-size:10pt;
  color:#ffffff;
  margin-left:20px;
}

li,ol,ul {
  font-size:10pt;
  color:#ffffff;
}

h5 {
  font-size:10pt;
}

h4 {
  font-size:14pt;
}

h3 {
  font-size:16pt;
}

h2 {
  font-size:20pt;
}

h1 {
  font-size:24pt;
}

a:link,a:visited,a:active {
  color:#ff8b17;
  text-decoration:none;
}

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