/* Printer styles go here */

/* --- Reset browser styles */
* { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
ol,ul { list-style:none; }
address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight:normal; }
fieldset,img { border:0; }

/* --- Main CSS */
body { padding:0.5em 1em; font:medium Cochin, "Bell MT", Times, "Times New Roman", serif;}
#header h1 { font-size:2em; border-bottom:1px solid black; }
h2 { font-size:1.8em; margin:0 0 15px 0; font-style:italic; }
h3 { font-size:1.5em; margin:5px 0;}
hr { border:1px solid black; margin:2px 0; }
#content { margin-top:10px; }

/* --- Tables */

table { margin-bottom:0.7em; font-size:1em; }
table td { padding:1em; }
table tr.even { background:#f4f4f4 !important; }
thead tr th { padding:0.5em 1em; font-size:1.2em; text-align:left; }

/* --- Removed elements */

#menucontainer, #editlinks { display:none !important; }