﻿body {
}
.StyledButton
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 10pt;
    border-left: black 1px solid;
    color: white;
    border-bottom: black 1px solid;
    font-family: Verdana;
    background-color: maroon;
    text-align: center;
    text-decoration: none;
}

.td_border
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}
