html
{
  background: #448;
}
body
{
  background: #448;
}
#body
{
  background: white;
}
#header
{
  background: URL(/images/header-bg.png);
}
#left
{
  background: white;
}
#left div.section
{
  border: 1px solid black;
  background: #BDF;
}
div.section h2
{
 border-bottom: 1px solid black;
}
div.section div.newsfooter
{
  color: #777;
}
a.command
{
  border: 1px solid blue;
  background: #BDF;
  color: blue;
}
a.command:hover
{
  background: #CEF;
}
a.command:visited
{
  color: blue;
}

#footer
{
  border-top: 1px solid black;
  background: white;
}

pre
{
  border: 1px dashed black;
  background: #eef;
}
