body
{
  background-color: #110000;
  background-image: url("http://plaidnotion.com/plaidback.png");
  background-repeat: repeat;
  color: #FFB200;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
}

img
{
  border-style: none;
}

img.member
{
  border-style: dashed;
  border-width: 2;
  display: block;
  clear: both;
  border-color: #B20000;
}
img.member:hover
{
  border-color: #FFB200;
}

div.thinpage
{
  background-color: #000000;
  width: 640px;
  padding: 24px 24px 24px 24px;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  border-style: none;
  border-color: #B20000;
}
div.navbar
{
  background-color: #000000;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  border-style: none;
  border-color: #B20000;
}
div.navbar table
{
  border-style: none;
  text-align: center;
  width: 100%;
}
span.brack_left
{
  font-size: 200pt;
  text-align: right;
  color: #FFB200;
}
span.brack_right
{
  font-size: 200pt;
  text-align: left;
  color: #FFB200;
}
span.title
{
  font-size: 50px;
  letter-spacing: 5px;
}
span.monospace
{
  color: #FFB200;
  font-family: courier new, courier, monospace;
  font-weight: bold;
  font-variant: normal;
}
div.infobox
{
  text-align: left;
  font-size: 90%;
  background-color: #300000;
  font-variant: normal;
  padding: 0px 8px 0px 8px;
}
div.graph
{
  font-size: 90%;
  border-width: 2px;
  border-style: dashed;
  border-color: #FFB200;
  background-color: #300000;
}

span.redbox
{
  border-width: 2px;
  border-style: ridge;
  border-color: #D20000;
  background-color: #300000;
}
span.greenbox
{
  border-width: 2px;
  border-style: ridge;
  border-color: #00B200;
  background-color: #003000;
}
span.bluebox
{
  border-width: 2px;
  border-style: ridge;
  border-color: #0000F2;
  background-color: #000030;
}

img.redbox
{
  border-width: 2px;
  border-style: ridge;
  border-color: #D20000;
  background-color: #300000;
}
img.greenbox
{
  border-width: 2px;
  border-style: ridge;
  border-color: #00B200;
  background-color: #003000;
}
img.bluebox
{
  border-width: 2px;
  border-style: ridge;
  border-color: #0000F2;
  background-color: #000030;
}
img.graybox
{
  border-width: 2px;
  border-style: ridge;
  border-color: #555555;
  background-color: #222222;
}

span.ghost
{
  font-size: 8pt;
  font-weight: normal;
  color: #222222;
}

span.u
{
  text-decoration: underline;
}

a
{
  text-decoration: none;
}

a:link
{
  color: #D20000;
}
a:visited
{
  color: #B20000;
}
a:active
{
  color: #FFDDBB;
}
a:hover
{
  color: #FFBB22;
}

a.stay
{
  color: #FFBB22;
}

a.big
{
  font-size: 150%;
}

