/* CSS Document */
body {
	margin-top: 50px;
	margin-left: 45px;
}
.footer {font-size: x-small; font-family: Arial, Helvetica, sans-serif; color: #999999}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D8C8A;
}
.page {
	font-family: Arial, Helvetica, sans-serif;
	color: #B42807;
	font-size: larger;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #8D8C8A;
	font-weight: bold;
}

.nav a:visited{
	text-decoration: none;
	color: #8D8C8A;
}

.nav a:hover {
	text-decoration: none;
	color: #B42807;
}

.nav a:active{
	text-decoration: none;
	color: #8D8C8A;
}


.list {
	font-family: Arial, Helvetica, sans-serif;
	color: #B42807;
	font-size: large;
}

.list a { 
	font-family: Arial, Helvetica, sans-serif;
	color: #B42807;
	font-weight: bold;
	}
.list a:hover {
	text-decoration: none;
	color: #8D8C8A;
}
	
	
a:link {
	text-decoration: none;
	color: #B42807;
}
a:visited {
	text-decoration: none;
	color: #B42807;	
}
a:hover {
	text-decoration: none;
	color: #8D8C8A;
}
a:active {
	text-decoration: none;
	color: #B42807;
}

.header{
	font-family: Arial, Helvetica, sans-serif;
	color: #B42807;
	font-weight: bold;
	font-size: x-large;
}
.chapter {
	text-indent: 30px;
}

.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-indent: 0px;
	width: 700px;
	}
	
.quote {
	font-size: x-small;
	font-style: italic;
}

.testimonial {font-family: Arial, Helvetica, sans-serif; font-size: smaller; text-indent: 100px; font-style: italic; }

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
