a:link {
	background-color: transparent;
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #8b0000;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
	text-decoration: none;
}

body {
	background-color: transparent;
	background-image: url("weave.jpg");
	border: 5px #FF0000 ridge;
	color: #000000;
	margin: auto;
	padding: 20px;
	width: 640px;
}

h3 {
	color: #000000;
	background-color: transparent;
}
.address {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.author {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.bookparttitle {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.booksubheader {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.booktitle {
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
}

.ctr {
	text-align: center;
}

.ctru {
	text-align: center;
	text-decoration: underline;
}

.indent {
	margin-left: 2em;
}

.indent3 {
	margin-left: 1.6em;
}

.indent4 {
	margin-left: 4em;
}

.left {
	text-align: left;
}
.linktitle {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.maintitle {
	font-size: 1.5em;
	font-weight: bold;
}

.part {
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}

.right {
	text-align: right;
}

.sign {
	text-align: right;
}

.subheader2 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
}

.subheader3 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

.subheader4 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

.uline {
	text-decoration: underline;
}

