#header,
#menu,
#articlenav,
.notInPrint
{
    display: none;
}



body,html {
    font-size: 10pt;
    font-family: Times New Roman;
    background-color: #fff;
}
body {
    margin: 0 1cm 0 2cm;
}

a {
    color: #000;
    text-decoration: none;
}

table td, table th {
    padding: 0.2cm;
}

h1 {
	font-size: 2em;
	margin-bottom: 1em;
	font-weight: bold;
}
h1 .subtitle {
	display: block;
	font-size: 0.5em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.25em;
}
h2 {
	font-size: 1em;
	margin: 0;
	font-weight: bold;
}



.articleImage, .floatbox {
	float: right;
	margin: 0 0 1em 1em;
}
