﻿
a.pages:link {
    color: black;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    font-family: Calibri;
}

a.pages:visited {
    color: navy;
    text-decoration: none;
    font-weight: bold;
    font-family: Calibri;
}

a.pages:hover {
    color: green;
    text-decoration: none;
    ffont-weight: bold;
    font-family: Calibri;
}

a.pages:active {
    color: red;
    text-decoration: none;
    font-weight: bold;
    font-family: Calibri;
}
