/* burntpossum.com stylesheet by daniel r. easley and ralph j. murray
*/

body {
  background-color: black;
  color: white;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   font-size: 11px;
  border: 1px solid black;
  padding-left: 1px; padding-right: 1px; padding-top: 1px;padding-bottom: 1px;
  margin-left: 1px; margin-right: 1px; margin-top: 5px; margin-bottom: 5px;
  width: 100%;
  clear: both;
}

  :link { color: white; background: transparent; }  /* for unvisited links */
  :visited { color: white; background: transparent; } /* for visited links */
  :active { color: white; background: transparent; } /* when link is clicked */
  :hover { color: white; background: transparent; text-decoration: underline;} /* when mouse is over link */

pre {
  background: black;
  color: white;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   font-size: 11px;
  border: 1px solid black;
  padding-left: 1px; padding-right: 1px; padding-top: 1px;padding-bottom: 1px;
  margin-left: 1px; margin-right: 1px; margin-top: 5px; margin-bottom: 5px;
  width: 100%;
  clear: both;
}






