BODY {
	background-image : url("./images/parchment.jpg");
	margin : 0% 15% 0% 15%;
}

P, UL, TD {
	font-family : Bookman Old Style, Georgia, serif;
	font-size : small;
	font-style : normal;
	font-weight : normal;
	list-style-type : disc;
}

.notes {
	font-size : smaller;
}

.quote {
	font-style: italic;
	margin-left: 5%;
	margin-right: 5%;
}

.section {
	clear: both;
}

H1 {
    font-family : Bookman Old Style, Georgia, serif;
	font-size : x-large;	
	color: Maroon;
}


H2 {
    font-family : Bookman Old Style, Georgia, serif;
	font-size : large;
	color: Maroon;
}


H3 {
    font-family : Bookman Old Style, Georgia, serif;
	font-size : normal;	
	color: Maroon;
}

H4 {
    font-family : Bookman Old Style, Georgia, serif;
	font-style : italic;
	color: Maroon;
}

A:LINK {
	color : Blue;
	text-decoration : none;
}

A:VISITED {
	color : Maroon;
	text-decoration : none;
}

A:ACTIVE {
	color : Blue;
	text-decoration : none;
}



