a {
    font-family: 'Georgia';
    font-size: 20pt;
    color: #000000;
    text-decoration: underline;
}

a:active {
    font-family: 'Georgia';
    font-size: 20pt;
    color: #000000;
    text-decoration: underline;
}

a:visited {
    font-family: 'Georgia';
    font-size: 20pt;
    color: #000000;
    text-decoration: underline;
}

a:hover {
    font-family: 'Georgia';
    font-size: 20pt;
    color: #000000;
    text-decoration: underline;
}

a.b {
    font-family: 'Georgia';
    font-size: 20pt;
    color: #000000;
    text-decoration: underline;

}

a.b:active {
    font-family: 'Georgia';
    font-size: 20pt;
    color: #000000;
    text-decoration: underline;
}

a.b:visited {
    font-family: 'Georgia';
    font-size: 20pt;
    color: #000000;
    text-decoration: underline;
}

a.b:hover {
    font-family: 'Georgia';
    font-size: 20pt;
    color: #000000;
    text-decoration: underline;
}
