/************* General styles ****************/
a
{
    color: #003399;
    text-decoration: none;
}

a:visited
{
    color: #003366;
    text-decoration: none;
}

a:hover
{
    color: #003366;
    text-decoration: underline;
}

.LargeBtn
{
    border-bottom: #000000 4px solid;
    border-left: #000000 4px solid;
    color: #b5d378;
    font-size: 18pt;
    border-top: #000000 4px solid;
    border-right: #000000 4px solid;
    background-color: #696969;
}
.LargeBtn:hover
{
    color: #ffffff;
    cursor: pointer;
}

