﻿table {
    border-collapse: collapse;
}

th {
    background-color: Orange;
    border: solid 1px black;
}

td {
    border: solid 1px black;
}

    td.NumericCell {
        text-align: right;
        width: 100px;
    }

    td.TextCell {
        text-align: left;
        width: 200px;
    }