/*jade.css*/

body {
	background-image: url(fogbkg_strip.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #000;
}

p {
	border: none;
	font-family: "Palatino Linotype";
	font-size: 10pt;
	color: #FFF;
	text-align: left;
	z-index: 3;
}

p.chapter {
	text-align: justify;
}

p.heading {
	font-size: 12pt;
}

p.signature {
	text-align: center;
}

p.stats {
	text-align: center;
	font-size: 8pt;
}


a {
	color: #999;
	text-decoration: none;
}

