.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	color:#0033cc;
}
a:hover {
    text-decoration: underline;
	color: #525252;
}