
/* This stylesheet should only be applied to "gothic" pages; 
   it will set various fonts, colors, etc. to be rendered in 
   a "gothic" style (which at least has a slightly clearer
   meaning than a "punk" style...)  */

@font-face {
	font-family: MorpheusGP;
	src: url(/stylesheets/Morpheus.eot);
}
/* @font-face {
	font-family: BurtonsNightmareGP;
	src: url(/stylesheets/BurtonsNightmare.eot);
} */

H1, H2, H3, H4 {
	font-family: Morpheus, Mael, 'Dark Crystal', MorpheusGP, fantasy;
}


/* "ic" stands for "Initial Cap"  */
P.ic:first-letter { 
	font-family: Morpheus, Mael, 'Dark Crystal', MorpheusGP, fantasy;
}

.heading {
	color: red; 
	font-family: Morpheus, Mael, 'Dark Crystal', MorpheusGP, fantasy;
}

UL { list-style-image: url(/images/ankh-tiny.gif) }
LI { margin-bottom: 0.5em }

