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;
}

#menu {
  width: 950px;
  height: 35px;
  font-size: 14px;
  font-family: Tahoma, Genova, sans-serif;
  font-weight: normal;
  text-align: center;
  text-shadow: 3px 2px 3px #333333;
  background-color: #8AD9FF;
  border-radius: 8px;
}

#menu ul {
  height: auto;
  padding: 8px 0px;
  margin: 0px;
}

#menu li {
  display: inline;
  padding: 15px;
}

#menu a {
  text-decoration: none;
  color: #00F;
  padding: 8px 8px 8px;
}

#menu a:hover {
  color: #F90;
  background-color: #FFF;
}

