.printImg
{
        border: 0px;
}

a.links {
        color: Blue;
        text-decoration:none;
}

a.links:hover {
        color: Red;
        text-decoration: none;
}

a.links:visited {
        color: Blue;
        font-weight:bold;
}

.copyright
{
        text-align: center;
        font-weight: bold;
        font-size: 12px;
}

