a:link {  text-decoration: none}
a:visited {  text-decoration: none; }
a:active {  text-decoration: none; }
a:hover {  text-decoration: none; }

.button {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #224;
    border-right: 1px solid #224;
    border-top: 1px solid #99c;
    border-left: 1px solid #99c;
    font-size: 8px;
    font-family: Verdana,Helvetica,sans-serif;
}

