* { color: Black; }

body {
    color: black;
    background: white;
	font-size: 10pt;
}

#nav, #footer, #sidebar, #printpanel {
    display: none !important;
   
}

#content-wrapper {
    background-image: none;
    float: none !important;
}

#content {
    margin: 0 !important;
}

h1, h2, h3, h4 {
    margin: 0.5em 0;
}

a {
    text-decoration: none;
}

img { border: none; }
