body {
    margin: 0px;
    padding: 0px;
}
div#buttonA {
    margin-left: 0px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 150px;
    margin: 4px;
    text-align:center;
}
div#buttonA li a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #ffcc00;
    border-top-color: #ffcc66;
}
div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #339933;
    border-style: solid;
    border-bottom-color: #003300;
    border-right-color: #006600;
    border-left-color: #33cc00;
    border-top-color: #ffcc66;
}
div#buttonA li a:visited {
    color: #000000;
    font-weight: bold;
    background-color: #339933;
    border-style: solid;
    border-bottom-color: #003300;
    border-right-color: #006600;
    border-left-color: #33cc00;
    border-top-color: #ffcc66;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFcc66;
    background-color: #339933;
    border-style: solid;
    border-bottom-color: #003300;
    border-right-color: #006600;
    border-left-color: #33cc00;
    border-top-color: #ffcc66;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #000000;
    background-color: #99ff66;
    border-style: solid;
    border-top-color: #003300;
    border-left-color: #006600;
    border-right-color: #33cc00;
    border-bottom-color: #ffcc66;
}
