﻿@media print
{
    * 
    {
        border: 0 !important;
    }
    #top_ad, #top_menu, #content_left, #right_ad_site, #footer, #right_ad, .rcol, .article_tools, .ad, h4.articletop
    {
	    display: none;
    }
    #content_main 
    {
        width: 95% !important;
    }
    div.lcol, div.lcol div.teaser, div.lcol div
    {
        font-family: "Times New Roman", Serif !important;
        font-size: 18pt !important;
        line-height: 1.3em !important;
        width: 100% !important;
    }
    table 
    {
      page-break-before: always !important;  
    }
}

