/* Test CSS file for Table markup*/


table.sample {
    color: #000;
    background-color:#FFFFFF;
    border: solid #000 3px;
    xwidth: 700px;

}

table.sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: left;
    background-color: #EEE;

}

.toprow {
    font-style: italic;
    text-align: center;
    color: #000;
    background-color: #FFFFCC;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 100px;
    color: #000;
    background-color: #EEE;

}