
/* This stylesheet should only be applied to "punk" pages; it
   will set various fonts, colors, etc. to be rendered in a 
   "punk" style (whatever that really means...)  */

@font-face {
	font-family: SmashGP;
	src: url(/stylesheets/Smash.eot);
}
/* @font-face {
	font-family: XFilesGP;
	src: url(/stylesheets/XFiles.eot);
} */

H1, H2, H3, H4 {
	font-family: Smash, Ghostwriter, X-Files, 'Royal Pain', SmashGP, Lucida Console, Courier, monospace;
}


/* "ic" stands for "Initial Cap"  */
P.ic:first-letter { 
	font-family: Smash, Ghostwriter, X-Files, 'Royal Pain', SmashGP, Lucida Console, Courier, monospace;
}


.heading { 
	color: red;
	font-family: Smash, Ghostwriter, X-Files, 'Royal Pain', SmashGP, Lucida Console, Courier, monospace;
}

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

