/* Base HTML elements */

.table {
    font-size : 12px;
    font-family : Verdana;
    color : darkblue;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}
