.lisp {
  padding-left:20px;
  white-space: nowrap;
  border: 1px dotted #a0a0a0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 110%;
  background-color: white;
  margin: 0;
  line-height: 110%;
  padding: 0;
  color: black;
}

.lisp .de1, .lisp .de2 {
      color: black;
      font-weight: normal;
}
.lisp .imp {
      font-weight: bold;
      color: red;}
      
.lisp li, .lisp .li1 {
      font-family: 'Courier New', Courier, monospace;
      color: #000060;
      background-color: white;
      padding-bottom: 2px;}
      
.lisp .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.lisp .li2 {font-weight: bold; color: #000090; line-height: 90%}
.lisp .kw1 {color: #b1b100; color: #A020F0;}
.lisp .co1 {color: #808080; font-style: italic;font-style: normal;}
.lisp .coMULTI {color: #808080; font-style: italic;font-style: normal;}
.lisp .es0 {color: #000099; font-weight: bold;font-weight: normal;}
.lisp .br0 {color: #B22222;}
.lisp .sy0 {color: #66cc66;}
.lisp .st0 {color: #ff0000;}
.lisp .nu0 {color: #cc66cc;}
.lisp .me0 {color: #555;}
.lisp .me1 {color: #555;}
.lisp span.xtra { display:block; }