P.special {
   color : green;
   border: solid red;
   }

BODY { background: "#FBFBFB"; color: black}
      A:link { color: red }
      A:visited { color: maroon }
      A:active { color: fuchsia }

P.NOTE { font-size: smaller ; margin-left: 40px; margin-right: 40px; background-color: #eeeeee; border: solid thin black}

P.BOX { font-size: smaller ; margin-left: 40px; margin-right: 40px; background-color: #eeeeee; border: solid thin gray}


H6 { font-size: smaller ; margin-left: 40px; margin-right: 40px;}

TD.NOTE { font-size: smaller; background-color: #eeeeee; cellvalign: top }

BLOCKQUOTE.CONJURATION {font-size: larger; margin-left: 40px; margin-right: 40px; }

em.pg {
  font-size:smaller;
  color: blue;
  background: rgb(204,204,255);
  font-style: normal;
  border: none;
}
