
div.code {
  padding:7px 0 0 5px;
  margin:10px 0px;
  border: 1px solid;
  border-right: 0px solid;
  font-size: 12px;
  overflow:scroll;
  background-color: #;
  border-color: #F60;
}
.prefix3 {
color: #951010;
}
.reserved_words {
color: #00D;
}
.built_in_functions {
color: #11A;
font-weight: bold 
}
.delimeter {
font-weight: bold
}
.quote {
color: #009909; 
}
.objects {
color: #0000DD; 
}
.linecomment {
color: #999999;
 font-style: italic;
}
.blockcomment {
color: #999999;
 font-style: italic; 
}