BODY.vdrcc {
	background-color: gray;
	font-family: "Times New Roman";
	background-image: url(image/background.jpg);
}
.banner {
	font-family: "Arial Black";
	font-size: large;
	color: black;
}

H1.header {
	font-family : "Times New Roman";
	font-size : x-large;
	font-weight : bold;
	color : #800000;
}
H2.header {
	font-family : "Times New Roman";
	font-size : large;
	font-weight : bold;
	color : #800000;
}
H2.maroon {
	color : #660033;
	font-family : "Times New Roman";
	font-size : x-large;
	font-style : italic;
}

A.smcaps {
	font-variant : small-caps;
}

H3.green {
	color : #008000;
	font-family : "Times New Roman";
	font-size : medium;
	font-weight : bold;
}
H3.blue {
	color : Blue;
	font-family : "Times New Roman";
	font-size : medium;
	font-weight : bold;
}
H3.here {
	color : Navy;
	font-family : "Times New Roman";
	font-size : medium;
	font-weight : bold;
}
H3.header{
	color : #800000;
	font-family : "Times New Roman";
	font-size : medium;
	font-weight : bold;
}
H3 {
	font-family : "Times New Roman";
	font-size : medium;
	font-weight : bold;
}
H4.verse {
	text-align : center;
}

P.green_i {
	color : #008000;
	font-family : "Times New Roman";
	font-size : medium;
	font-style : italic;
	font-weight : bold;
}
P.green {
	color : #008000;
	font-family : "Times New Roman";
	font-size : medium;
	font-style : italic;
	font-weight : bold;
}
P.bold {
	font-weight : bold;
	font-family : "Times New Roman";
}
P.header{
	color : #800000;
	font-family : "Times New Roman";
	font-weight : bold;
}

P {
	font-family : "Times New Roman";
}
P.footnote {
	font-family : "Arial Narrow";
	font-size : smaller;
}
P.comicsans {
	font-family : "Comic Sans MS";
}

.index {
	font-family: "Arial Black";
}


.maroon {
	color : #800000;
}

.sienna{
	color : #A0522D;
}

.green {
	color : #008000;
	font-weight : bolder;
}
.blue {
	color : #0000FF;
}

.smcaps {
	font-variant : small-caps;
}




.indent {
	text-indent : 50px;
}

TABLE.green {
	font-family : "Times New Roman";
	color : #008000;
	font-weight : bolder;
}

UL {
	list-style-image : url(image/bullets/bullet1.gif);
}
