*{
    font-family: Arial;
}

h2{
    text-align: center;
}

a:link{
    text-decoration: none;
}

a:hover{
    color: orangered;
}

a:active {
    color:lawngreen
}

a:visited {
    color: red;
}