.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000000;
	text-decoration: none;
}
.link a:link, .link a:visited {
  color: #000000;
	text-decoration: none;
}
.link a:hover {
  color: #FF0000;
	text-decoration: none;
}