﻿.noprint
{
    display: none;
}        /* Hide unwanted elements */

body 
{
    background:#FFFFFF; 
    color:#000000;
}        /* Black text on White background */

table th 
{
    text-align: left;
    text-decoration: underline;
}