body { 
  color: #999999; 
  background: #222222; 
  margin-left: 5%; 
  margin-right: 5%; 
}
pre { font-family: monospace; }
a:link { 
  text-decoration: underline;
  color: #999999 
}
a:visited  { 
  text-decoration: underline;
  color: #999999 
}
a:hover  {
  text-decoration: underline;
  color: #bfbf14 
}


