/*Designed for Thunderbird 3.1.10 using medium sized, Consolas monospaced font*/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace url(http://www.w3.org/1999/xhtml);
BODY {
  display: -moz-box !important;              /*necessary to draw box container*/
  width: 34em !important;                    /*34em should represent 72 characters*/
  height: 9999em !important;                 /*if text exceeds height, text will automatically wrap*/
  outline: silver dotted thin !important;    /*shows border of flex bounding box*/
  border-right: grey dotted 1px !important;  /*maximum character length editing guide*/
  overflow: visible !important;              /*necessary so text doesn't auto-wrap within the bounds of the box*/
}