a:link {
  text-decoration: none;
  color: #000066;
  font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
a:active {
  text-decoration: none;
  color: Red;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
}

