.text {
	font-family: Arial;
	font-size: 14px;
	font-weight: lighter;
	color: #055873;

}
a:link {
	color:#03759b;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;





}
a:visited {
	text-decoration: underline;
	color: #03759b;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;


}
h1 {
	font-family: Arial;
	font-size: 18px;
	color: #055873;
	text-align: left;
	font-weight: bolder;

}
a:hover {
	color: #54bbdd;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;



}
a:active {
	text-decoration: underline;
	color:#54bbdd;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;


}

