﻿@media print
{
    html,
    body,
    td, 
    th
    {
	    font-family: Arial;
	    font-size: 12px;
	    color: #000000;
    }

    a
    {
	    text-decoration: none;
	    color: #000000;
    }

    .invisible
    {
	    display: none;
    }
    
    div.top,
    div.menu,
    div.left,
    div.right,
    div.bottom,
    div.options
    {
        display: none;
    }
}