body { 
  color: #ffff00; 
  background: #000000; 
  margin-left: 1%; 
  margin-right: 1%; 
  font-family: arial, sans-serif;
}
pre { font-family: monospace; }
h1,h2,h3,h4,h5,p,ul { font-family: arial, sans-serif; }

a:link {
  text-decoration: none;
  color: #af272f
}

a:visited  {
  text-decoration: none;
  color: #dc6b2f 
}

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

