* {
    font-family: arial;
}

h2 {
   text-align: center;
}

/* Unvisited Link*/
a:link {
    text-decoration: none;
}

/* Hovered Link*/
a:hover {
    color: orangered;
}

/* Active Link*/
a:active {
    color: lawngreen;
}

/* Visited Link*/
a:visited {
    color: purple;
}














