﻿
pre.code, .syntax
{
  max-width: 800px;
  margin-left: 1em;
  padding-left: 1%;
  margin-bottom: 1em;
  font-size: 9pt;
  border-left: 1px dotted black;
  background: url(../images/codebg.png) bottom right no-repeat;
  background-color: #EEEEEE;
  
  font-family: "Courier New", Courier, monospace;
}
