.text {
	font-family: "Tw Cen MT", Arial, Verdana;
	font-size: 16px;
	color: #1D6EA6;
}
.link {
	font-family: "Tw Cen MT", Arial, Verdana;
	/*font-size: 16px;*/
	color: #1D6EA6;
	text-decoration: underline;
	border: none;
	outline: none;
}
.link:hover {
	text-decoration:overline;
}
.link:visit {
	text-decoration:underline;
	color: #1D6EA6;
}
.link:focus {
	outline: none;
}

img 
