body
{
  background: #000500;
  color: white;
  font-family: 'GillSans-Light', 'Gill Sans Light', 'Gill Sans', 'Helvetica', sans-serif;
  font-weight: lighter;
}

.maintext
{
  font-family: 'Monaco', 'Andale Mono', monospace;
  color: white;
}
a:link    { text-decoration: none; color: rgb(175,18,22); }
a:visited { text-decoration: none; color: rgb(175,18,22); }
a:hover   { 
  text-decoration: none;
  text-shadow: #FF0000 0px 0px 2px,
               #FF0000 0px 0px 4px,
               #FF0000 0px 0px 10px;
  color: #FF0000; 
}

h1, h2, h3, h4, h5, h6
{
  font-weight: normal;
}

#main
{
  text-align: center;
}

#maincontent
{
  margin: 0 auto;
  width: 385px;
  padding: 5px;
  text-align: left;
  font-size: 10pt;
  font-family: 'Monaco', 'Andale Mono', monospace;
  letter-spacing:0.2em;
  color: white;
}

pre
{
  font-size: 10pt;
  font-family: 'Monaco', 'Andale Mono', monospace;
  letter-spacing:0.2em;
  color: white;
}

.right
{
  text-align: right;
}
