A:link {
  color: blue;
  text-decoration: none;
}
A:visited {
  color: teal;
  text-decoration: none;
}
H1 {
  color: lime;
}
H3 {
  color: green;
}
