/*  When printing the containers for vertical centering will be positioned staticly (so they cannot be moved around by the javascript code) */
#center_vertical    { position:static; top:0; left:0; }
#container          { position:static; top:0; left:0; }
h1, h2 { text-align: center; text-decoration:overline; margin-bottom: 0; font-size: 14px; }
h3     { text-align: left; text-decoration:none; border-top-style: dotted; margin-bottom: 0; font-size: 10px; }
p { text-align: justify; font-size: 10px; }
i { display:none; }
/*  Opera8 thinks that the background of the page is black...  */
body, html         { background-color:white !important; color:black; }
table              { background-color:white !important; color:black; margin: 0 0 0 0; }
#sidebar           { display:none; }
#logo              { display:none; }
#menu              { display:none; }
.pop_menu          { display:none; }
.shop              { display:none; }
#content           { background-color:white; }
td { background-color:white !important; text-align: center; font-size: 0.75em; margin: 0px; }