.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #22229c;
	font-weight: 600;
	text-decoration: none;
}
a:link {
	color: #22229c;
}
a:visited {
	color: #22229c;
}
a:hover, a:active {
	color: #ff4400;
	text-decoration: underline;
