body {
   background: fixed;
   background-image:url(../@Images/library.jpg);
}

p {
	margin-left: 20%;
	margin-right: 20%;
	font-family: Bookman Old Style;
	font-size: 100%;
	text-align: justify;
	color:  White;
}
A:link {
	text-decoration: none;
	color: White;
}
A:visited {
	text-decoration: none;
	color: White;
}
A:hover {
	text-decoration: none;
	color: Yellow;
}
A:active {
	text-decoration: none;
	color: White;
}
hr {
	height: 3px;
	color: White;
	margin-left: 20%;
	margin-right: 20%;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	color: White;
	background-color: #CF4948;
}
ul {
	padding-left: 30%;
	list-style: none;
	font-family: Bookman Old Style;
	font-size: 20;
	color: White;
}
ol {
	padding-left: 30%;
	list-style: decimal;
	font-family: Bookman Old Style;
	font-size: 20;
	color: White;
}

.leftcolumn {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 0px;
	font-size: 18;
	color: White;
}
.rightcolumn {
	position: absolute;
	top: 0px;
	left: 200px;
	font-size: 18;
	color: White;
}

table{
   font-weight: bold; 
	color : white;
   background-color: #b25d4b;
}

.journal {
	margin-left: 22%;
	margin-right: 22%;
	font-size: 18;
	text-align: justify;
	color: White;  
}
.quote {
	margin-left: 22%;
	margin-right: 22%;
	font-size: 18;
	text-align: justify;
	color: White;
}
.footnote {
	margin-left: 20%;
	margin-right: 20%;
	font-size: 12;
	font-weight: bolder;
	text-align: justify;
	color: White;
	font-style: normal;
}
.chaphead {
	margin-left: 22%;
	margin-right: 22%;
	font-size: 16;
	font-weight: bold;
	text-align: center;
	color: White;
}
.indextext {
	margin-left: 30%;
	margin-right: 30%
	font-family: Bookman Old Style;
	font-size: 26;
	text-align: justify;
	color: White;
}
.centeredbutton {
	font-family: Bookman Old Style;
	font-size: 20;
	color: White;
	background-color: #CF4948;
	text-align: center;
}