.text {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #424693;
	font-style: normal;
	font-family : Arial, Helvetica, sans-serif;
}

a:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #424693;
	font-style: normal;
	font-family : Arial, Helvetica, sans-serif;
}	

a:hover {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #424693;
	font-style: normal;
	font-family : Arial, Helvetica, sans-serif;
}	

a:link {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #424693;
	font-style: normal;
	font-family : Arial, Helvetica, sans-serif;
}

a:visited {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #424693;
	font-style: normal;
	font-family : Arial, Helvetica, sans-serif;
}