.godrevy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0066FF;
	text-decoration: none;
}
A:link {
	text-decoration: none
	color: #0066FF;
}

A:visited {
	text-decoration: none;
	color: #0066FF;
}

A:active {
	text-decoration: none;
	color: #0066FF;
}

A:hover {
	text-decoration: underline; 
	color: #0066FF;
}