.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #236485;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008371;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BC79A0;
}
.normal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {color: #BC79A0}
a:visited {color: #BC79A0}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
}