/* ----------------------------------------------------------------------------
    
    * File          print.css 
    * Project       HTML Framework
    * Author        Arthur Homenk
    
-----------------------------------------------------------------------------*/
body {
    margin:.2in .55in;
    padding:0;
    background:#fff;
    color:#000;
    font:12pt “Times New Roman”, Garamond, serif;
}
form,
.header, .slideshow-box, .footer, .l-aside, .r-aside {
    display:none;
}
h1, h2, h3 {
    margin:.6em 0 0 0;
    font-family:Georgia,Serif;
    font-weight:normal;
    clear:both;
}
h2 {
    font-size:240%;
    margin:.3em 0 0 0;
}
h3+blockquote, h2+blockquote, p+ul{
    margin-top:.2em;
}
.content a[href]:after {
    content: ” (” attr(href) “) “;
    font-size: 90%;
}
.content a[href^="/"]:after{
    content: ” (http://cssing.org.ua/” attr(href) “) “;
}
.section img {
    float: left;
}