/* 
    Document   : print.css
    Created on : 10.5.2009, 14:53:07
    Author     : pavel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background: white;
    color: black;
}

#header, #menu_left, #footer {
    display: none
}


