body {
  color: black;
}

/* Changes the color of unvisited links */
a {
    color: #046A38;
}

/* Changes the color of visited links */
a:visited {
    color: #046A38;
}

/* Changes the color of links when hovered over */
a:hover {
    color: #06402B;
}

/* Changes the color of links when active (clicked) */
a:active {
    color: #046A38;
}
