/* AUTHOR: Jerry Meader */
/* Creation date: 8/4/2007 */
body {
  font-family: verdana, roman, 'times new roman', times, serif;
  font-size: 75px;
}

a,a:link,a:visited {
  color: 0000FF;
  text-decoration: none;
}
<div></div>
a:hover {
  color: green;
  text-decoration: none;
}

