body {
}



.quote {
	color: #0066FF;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.author {
	font-weight: bold;
}
.Title {
	font-size: 30px;
	color: blue;
	font-weight: bold;
	text-transform: uppercase;
}



.subheading {
	font-size: 21px;
	font-weight: bold;
	color: blue
}
.Bold{
	font-weight: bold
}
.listbold {
	font-weight: bold;
	margin-left: 35px
}

p.body {
margin-left: 0px;
margin-right: 0px;
}



/* unvisited link */
a.frontlink:link {
color: blue;
text-decoration: none;
}     

/* visited link */
a.frontlink:visited {
color: blue;
text-decoration: none;
}  