﻿@media print 
{
    div.Head,div.Navigation,div.DocumentFooter,dic.Closer,div.LanguageChooser
    {
        display:none;
        }
    div.Content 
    {
        width:auto;
        margin:0;
        }
     body *,div.ContentFollow p  
     {
         font-size:14pt;
         line-height:19pt;
         color:#000;
         }
     body h1 
     {
         font-size:22pt;
         color:#000;
         font-weight:bold;
         }
     body h2 
     {
         font-size:18pt;
         color:#000;
         font-weight:bold;
         }
     body a, body a *
     {
         color:#00f;
         }
     body a:after {
         content:" ["attr(href)"]";
         color:#888;
         background-color:inherit;
         font-style:italic;
         font-size: 80%;
     }
    
}
