/* hide some elements ================== */ #headerrow { display: none; } #menubar { display: none; } #footerrow { display: none; } #logo-left { display: none; } #logo-right { display: none; } /* set width of body ================= */ #container { width: 16cm; } #content { margin: 0; } #pagetitle { font-size: 22px; color: black; text-align: center; border-bottom: 2px solid black; margin: 0; } h1,h2,h3,h4,h5,h6 { color: black; } h1 { font-size: 15px; } h2 { font-size: 12px; border: 1px solid black; } #contentcell { width: auto; border: 0; margin: 0; float: none ; }