.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #290B3F;
}
a:link {
	color: #290B3F;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	color: #290B3F;
	text-decoration:none; 
	font-weight: bolder;
}
a:hover {
	color: #290B3F;
	text-decoration:underline;
	font-weight: bolder;
}