@import url("typo.css");
@import url("sifr-print.css");
@media screen {

body {
	font-size: 76%;
}
}

@media print {

body {
	font-size: 10pt;
}
}

* {
	color: black !important;
	background: white !important;
}

ul, 
ol {
	list-style-type: disc !important;
}
ul li,
ol li {
	list-style-type: disc !important;
	margin-left: 25px;
	padding-left: 0;
}

object,
embed,
div#nav-main,
div#nav-content,
p.top {
	display: none;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1.0em;
	font-weight: bold;
}
