/* Print */

@media print 
    {

* { font-size:12pt; }
a, a:hover { background-color:white; color:#444; text-decoration:underline; }
body { background-color:white; color:black; font-family:serif; width:auto; }
h1, h2, h3, h4, h5, h6 { border:0px; font-weight:bold; margin:1em 0em; padding:0em; }
h1 { font-size:22pt; }
h2 { font-size:18pt; }
h3 { font-size:16pt; }
h4 { font-size:14pt; }
h5 { font-size:13pt; }
h6 { font-size:12pt; }

    }
