@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);

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

body {
  font-family: 
	"Times New Roman", Times, serif;
}



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}

DT {
  display: inline;
}

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


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.av {
  font-size: 100%;
  font-family: jamaspa;
  font-style: normal;
  border: none;
}

em.avx {
  font-size: 200%;
  font-family: jamaspa;
  font-style: normal;
  border: none;
}

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

em.h {
  font-style: normal;
  font-size:200%;
  color: blue;
  font-family: "Alef Hebrew";
}

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.jxr {
  font-size: 300%;
  font-family: MorrisInitialsOne;
  font-style: normal;
  color: red;
  border: none;
}


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

em.jg {
  font-size: 130%;
  font-family: MorrisGothic;
  font-style: normal;
  color: green;
  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;
}

em.pz {
  font-size: 70%;
  font-family: jamaspa;
  font-style: normal;
  border: none;
}

em.pzr {
  font-size: 70%;
  font-family: jamaspa;
  font-style: normal;
  color: red;
  border: none;
}

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