﻿/* style.css */



body {
    background-color: white;
    font-family: Calibri, Arial, sans-serif;
}

table {
    border-collapse: collapse;
    text-align: left;
    margin-top: 0px;
}

td {
    padding: 2px;
    text-align: left;
    vertical-align: top;
}

a:link {
    text-decoration: none;
    cursor: pointer;
}


a:visited {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

a:active {
    text-decoration: underline;
    cursor: pointer;
}



.bluebutton {
    background: #024A93;
    border: 1px solid #888888;
    color: white;
    height: 32px;
}

    .bluebutton:hover {
        background: #002A83;
        border: 1px solid #000000;
        color: white;
        height: 32px;
    }
