.code {
  background:#8BB6C0 url(Code.png) no-repeat 0.5em 0.5em;
  padding: 1em 2ex 1em 106px;
  margin: 0;
  overflow: auto;
  -moz-border-radius: 0em 2em;
  min-height: 106px;
  font-family: monospace;
}

.code .identifier {
  color: purple;
}

.code .comment {
  color: darkgreen;
}

.code .string {
  color: darkred;
}

.code .value {
  color: blue;
}

.code .highlight {
  background-color: #a8c8d0;
}

