.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #333333;
}
.para {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #255956;
	letter-spacing: 1px;
	font-weight: bold;

}
a:link {
	font-weight: bold;
	color: #255956;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #255956;
	text-decoration: underline;
}
a:active {

	font-weight: bold;
	color: #255956;
	text-decoration: underline;
}
a:visited {

	font-weight: bold;
	color: #C0A07f;
	text-decoration: underline;
}

