


/* background */

body {
	background-image: url("/img/bandw/bg.jpg");
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: top;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	border: 0;
}



/* text */

td {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.excerpt {
	line-height: 22px;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

.centerblock {
	display: block;
	font-variant: small-caps;
	font-size: 13px;
	text-align: center;
	letter-spacing: 2px;
}

.excerpthead {
	letter-spacing: 3px;
	font-size: 16px;
}

.copyright {
	color: #CAD2D6;
	letter-spacing: 2px;
	font-size: 10px;
	text-align: center;
	padding: 70px 0 160px 0;
}

.pages {
	text-align: right;
	padding: 6px 0 0 0;
	font-size: 9px;
	color: #CAD2D6;
}

.curpage {
	font-size: 11px;
	color: #000000;
}



/* links */

a, a:active, a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.chapters, a.chapters:active, a.chapters:visited {
	color: #FF0000;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a.chapters:hover {
	color: #660000;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a.page, a.page:active, a.page:visited {
	color: #CAD2D6;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.page:hover {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
