* a:link { color: #0F0; }
* a:visited { color: #00F; }
* a:hover {color: #F00;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #000;
	color: #FFF;
}
h1, h2, h3 {
	font-family: "Serpentine Light", "Times New Roman", Times, serif;
	text-align: left;
	font-variant: small-caps;
}
h1 {
	font-size: 24pt;
	border-bottom: solid 1px;
}
h2 {
	font-size: 18pt;
	border-bottom: solid 1px;
/*			width: 75%; */
}
h3 {
	font-size: 14pt;
	border-bottom: solid 1px;
/*			width: 50%; */
}
p {
	margin: 0 0 1em 0;
	text-indent: 2em;
}
p.noindent {
	margin: 0 0 1em 0;
	text-indent: 0;
}
p.link {
	margin: 0 0 0 0;
}
.not {
	display: none;
}
.content {
	float: left;
	width: 75%;
}
.copyright {
	text-align: center;
	font-size: small;
	border-top: solid 1px;
	padding-top: .5em;
}
.titlecite {
	font-style: italic;
}
.bookciteTitle {
	margin: 0 0 0 0;
	text-indent: 0;
	font-weight: bold;
}
.bookciteBody {
	margin: 0 0 1em 0;
	text-indent: 0;
}
.side {
	margin-left: 5%;
	width: 20%;
}
/*		.side a { color: #C00; }
.side a:link { color: #00C; }
.side a:active {color: #808080; }
.side a:visited { color: #0C0; }
.side a:hover {color: #FFF;}
*/