/* Body */

body {
	font-family: "Times New Roman";
	color: "682C17";
	text-decoration: none;
	font-size: medium;
	background-image : url(images/bookpage.gif);
	background-attachment : fixed;
	margin-right : 0px;
	font-style : normal;
}


/* Links */

a:link {
	color: #663300;
	text-decoration: underline;
	background : transparent;
} 

a:active {
	color: Red;
	text-decoration: underline;
} 

a:visited {
	color: #996600;
	text-decoration: underline;
} 

a:hover {
	color: #CC0000;
	text-decoration: underline;
	background: transparent;
}

H1 {
	font-family : "Times New Roman";
	font-size : x-large;
	font-style : italic;
	text-decoration: underline;
}

H2 {
	font-family : "Times New Roman";
	font-size : medium;
	font-weight : normal;
	list-style : outside url(images/goldball.gif);
}
H3 {
	list-style : inside url(images/weegold.gif);
	font-family : "Times New Roman";
	font-size : small;
	font-style : italic;
	font-weight : normal;
	line-height : 0%;
}
H4 {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-style : normal;
	font-weight : bold;
	list-style-image : url(images/weegold.gif);
	list-style-position : outside;
	font-variant : small-caps;
}

H5 {
	font-family : "Times New Roman";
	font-size : large;
	font-style : normal;
}

H6 {
	list-style : outside url(images/weegold.gif);
	font-family : "Times New Roman";
	font-size : small;
	font-style : italic;
	font-weight : bold;
	line-height : 0%;
	font-variant : small-caps;
}
	
}
LI {
	list-style : url(images/goldball.gif);
}
