﻿body
{
}
div#buttonA
{
    padding: 8px 8px 8px 8px;
}
div#buttonA ul
{
    margin: 0px;
    padding: 8px;
    font-family: Arial Black;
    font-size: 10px;
    display: inline;
    text-align: center;
}
div#buttonA ul li
{
    margin-left: 0;
    margin-bottom: 0;
    padding: 5px 15px 5px 0px;
    height: 15px;
    list-style: none;
    text-align: center;
    display: inline;
    border-width: 6px;
}
div#buttonA ul li a
{
    text-decoration: none;
    text-align: center;
    padding: 4px 4px 4px 4px;
}
div#buttonA ul li a:link
{
    color: #002395;
    font-weight: bold;
    background-color: #E6E1CA;
    border-style: outset;
    text-decoration: none;
}
div#buttonA ul li a:visited
{
    color: #002395;
    font-weight: normal;
    background-color: #E6E1CA;
    border-style: outset;
}
div#buttonA ul li a:hover
{
    font-weight: bold;
    color: red;
    background-color: #999999;
    border-style: outset;
    cursor: pointer;
}
div#buttonA ul li a:active
{
    font-weight: bold;
    color: red;
    background-color: #666666;
    border-style: inset;
}

