﻿body 
{
}

@media screen 
{
    td {font-family: comic sans ms; font-size: 12pt}
    a {font-family: comic sans ms; font-size: 12pt}
    A:hover {text-decoration: underline; text-transform: uppercase; font-weight: bold; font-size: 10pt}
    
}
    
@media print 
{
    .noprint {visibility: hidden;}
    P.breakhere {page-break-before: always;}
    td { font-family: Arial; font-size: 8pt;}
    .blank {height: 1px;}
}