.bodytext {
	font-family: Verdana;
	font-size: small;
	color: #000000;
	font-style: normal;
	font-weight: normal;

}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4E8CFB;
	font-weight: bold;
	font-style:normal;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
a:link {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #4E92D1;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}
a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	}

