/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/base-weblog.css);
@import url(/mt/mt-static/themes/theme-vicksburg_olive/theme-vicksburg_olive.css);
/* end StyleCatcher imports */
.code {
  border-top:           1px solid black;
  border-left:          1px solid black;
  border-right:         2px solid #666;
  border-bottom:        2px solid #666;
  background:           #ffc;;
  color:                black;
  font-size:            14px;
  font-family:          courier;
  -moz-border-radius:   10px;
}

pre {
  white-space:          pre-wrap;       /* css-3 */
  white-space:          -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space:          -pre-wrap;      /* Opera 4-6 */
  white-space:          -o-pre-wrap;    /* Opera 7 */
  word-wrap:            break-word;     /* Internet Explorer 5.5+ */
}
