/*===link text management===*/
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
a:link {
    color: #009b77
}
a:visited {
    color: #009b77
}
a:hover {
    color: #AC77FF
}
a:active {
    color: #FF4747
}

div {
    width: 500px;
    margin: auto;
}

h2 {
    text-align: center;
}