/* on mozilla, at least, printing looks much better when the page size 
 * is specified explicitly */
BODY {
    Size: 8.0in 10in portrait;
}

table.resultset {
    margin-top: .1in;
}

:link, :visited
{
    color: #000000;
    text-decoration: none
}

:link:hover, :visited:hover
{
    color: #000000;
    text-decoration: none
}

:link:active, :visited:active
{
    color: #000000;
    text-decoration: none
}

.rowheader, th { 
    border: 1px solid #000000;
    background-color: #e0e0e0;
}

td, td.row0, td.row1 {
    background-color: #ffffff;
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    font-family: Verdana;
    font-size: 8pt;
}
