@import "layout.css";

/*overwrite styles which are not wanted to print*/
body{
	background-color: white !important;
    background-image: none !important;

 }

.Content * {
	font-size: 12pt;
    font-family: serif;
    color: black;
}

div.Content {
	overflow: visible;
	height: auto;
}

.Content h2 {
	font-size: 14pt; color: black; font-family: serif; font-weight: bold;
}

.navigation {
	display: none;
}