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: #dcdcdc; 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;
}

em.j {
  font-size: 130%;
  font-family: MorrisGothic;
  font-style: normal;
  border: none;
}

em.jx {
  font-size: 300%;
  font-family: MorrisInitialsOne;
  font-style: normal;
  border: none;
}

em.jb {
  font-size: 130%;
  font-family: MorrisGothic;
  font-style: normal;
  color: blue;
  border: none;
}

em.jr {
  font-size: 130%;
  font-family: MorrisGothic;
  font-style: normal;
  color: red;
  border: none;
}

em.nr {
  font-style: normal;
  color: red;
  border: none;
}


h1.MorrisGothic { 
	font-family: MorrisGothic;
	font-weight: normal;
	font-style: normal;
  font-size: 250%;
}

h2.MorrisGothic { 
	font-family: MorrisGothic;
	font-weight: normal;
	font-style: normal;
  font-size: 200%;
}

p.MorrisGothic { 
	font-family: MorrisGothic;
	font-weight: normal;
	font-style: normal;
}

.MorrisGothic { 
	font-family: MorrisGothic;
	font-weight: normal;
	font-style: normal;
}
.MorrisInitialsOne { 
	font-family: MorrisInitialsOne;
	font-weight: normal;
	font-style: normal;
}

