td { 
	font-family: Palatino Linotype, Helvetica, sans-serif; 
	font-size: 14px;
}

ul {
	list-style-type: square;
}
a {
	font-family: Palatino Linotype, Helvetica, sans-serif; 
	font-size: 14px;
	text-decoration: none; 
	font-weight: bold;
	/*color: #8DBEDD; */
	color: #0676C0;
}

a:hover {
	text-decoration: underline;
	/*color: #8DBEDD; */
	color: #0676C0;
	font-size: 14px;
}

.footer {
	font-family: Palatino Linotype, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
.heading{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	font: "Lucida Handwriting";
	vertical-align: top;
	color: #000000;
}
.small_heading{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font: "Lucida Handwriting";
	color: #000000;
	
}
.faq{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.faq_answer{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.title{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.name{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.email{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.book{
	font-size: 14px;
	text-decoration: underline;
	font-style: normal;
	color: #000000;
}
.small_bold{
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.small_italic{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
	
