/*
 * DESCRIPTION
 * CSS styles used by the printlay-out of 03 Spaces website   
 * Alter these styles to let the printversion have a custom look.
 *
 * CONTENT
 *     - Print styles
 */


/* Print styles 
-------------------------------------------------------------------------------------------------*/
#topsection,
#footer, 
#leftcolumn,
#rightcolumn {
    display: none;
}

body,
td,
p,
div {
    font: normal 12px/18px Tahoma, Verdana, Luxi Sans, Nimbus Sans L, Arial, Bitstream Vera Sans, sans-serif;
    color: #000;
}

h1,
h2,
h3 {
    font-family: Tahoma, Verdana, Luxi Sans, Nimbus Sans L, Arial, Bitstream Vera Sans, sans-serif;
    color: #000;
}

h1 {
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
} 
