/**
Format for pre and code blocks 
*/
pre {
  border: 1px solid #aaa;
  font-size: 85%;
  background-color : #17569b;
  color:#BBE;
  /* Medium bright, so it's readable */
}
  
.terminal {
  background-color : #17569b;
  color:#DDF; 
  /* Brightest, as that's what you should type */
}
.response {
  background-color : #17569b;
  color:#99C; 
  /* Dull, as it's log info */
}

pre.listing {
  background-color: #EEF;
  color: #003;
}
