﻿body 
{
    font-family: Georgia;
    font-size: 13px;
    background-color: White;
}

.workers
{
    font-family: Georgia;
    font-size: 32pt;
    color: Black;
    text-align: center;
}

a:visited
{
    color: Gray;
    font-weight: bold;
    text-decoration: none;
}

a:link
{
    color: Gray;
    font-weight: bold;
    text-decoration: none;
}

a:active
{
    color: Gray;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: Red;
    font-weight: bold;
    text-decoration: underline;
}

