html, body, h1, h2, h3, h4, h5, h6, p, ul, blockquote {
padding: 0;
margin: 0;
}
* {
color: #000 !important;
float: none;
}
div {
background-color: white !important;
}
#navigation, #footer, #language, #breadcrumb, #header, #doormat {
display: none;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10pt;
line-height: 1.5;
background: #FFF;
border: none;
width: 79%;
padding: 2% 8.5%;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
padding: 0 0 12px 0;
}
a {
text-decoration: none;
border-bottom: 1px dotted #666;
}
ul, ol {
padding: 0 0 20px 30px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
h1 {
font-size: 20pt;
padding: 0 0 10px 0;
}
h2 {
font-size: 16pt;
padding: 0 0 8px 0;
}
h3 {
font-size: 14pt;
padding: 0 0 6px 0;
}
h4 {
font-size: 12pt;
padding: 0 0 6px 0;
}
blockquote {
padding-left: 24px;
margin-left: 0;
font-style: italic;
}
table {
font-family: DINWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0 0 12px;
border-collapse: collapse;
}
table td, th {
padding: 3px 4px;
border: 1px solid #D9D9D9;
}
table th {
font-weight: 700;
background: #EEE;
color: #000;
}