.bold1 { font-weight:bold; }
.left { width:49%; float:left; }
.clear { clear:both; }
.hi { background-color: #ff7; text-decoration: underline}
.strike { text-decoration: line-through ; background-color: #f77; }
.intervention { background-color: #b777ff; }
.observation { background-color: #ffff7c; }
.physiologic { background-color: #83baff; }
.efficacy { background-color: #fd8500; }

/* classes from emacs fontify */
      .comment {
        /* font-lock-comment-face */
        color: #b22222;
      }
      .constant {
        /* font-lock-constant-face */
        color: #008b8b;
      }
      .function-name {
        /* font-lock-function-name-face */
        color: #0000ff;
      }
      .keyword {
        /* font-lock-keyword-face */
        color: #a020f0;
      }
      .type {
        /* font-lock-type-face */
        color: #228b22;
      }

      .nxml-attribute-local-name {
        /* nxml-attribute-local-name */
        color: #a0522d;
      }
      .nxml-attribute-value {
        /* nxml-attribute-value */
        color: #8b2252;
      }
      .nxml-attribute-value-delimiter {
        /* nxml-attribute-value-delimiter */
        color: #8b2252;
      }
      .nxml-element-local-name {
        /* nxml-element-local-name */
        color: #0000ff;
      }
      .nxml-tag-delimiter {
      }
      .nxml-tag-slash {
      }
