/* Fülspecialista CSS for print */

* {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}

body {
margin: 0;
}

a {
color: black;
text-decoration: none;
border-bottom: 1px dashed black;
}

a.bordered {
text-decoration: none;
border-bottom: 0;
}

h1 {
font-size: 24px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
font-weight: bold;
}

.print {
display: block;
}

img,
#topmenu,
.submenu,
#newsletter
{
display: none;
}