body {
	margin: 25mm 23mm 35mm 23mm;
	background: white;
	width: 145mm;
	}
	
h1, h2, h3, h6, table.kalender tr {
    font-family: times, "Times New Roman", serif;
    }

p, li {
    font-family: "Lucida Grande", arial, sans-serif;
    }

h1 {
    font-size: 20pt;
    color: #999;
    margin: 8pt 0pt 4pt;
    margin-left: -15mm;
    padding: 0;
    padding-left: 15mm;
    border-bottom: 1pt solid #999;
    }

h2 {
    font-size: 15pt;
    color: #999;
    margin: 0pt 0pt 0pt;
    padding: 0;
    }

h3 {
    font-size: 12pt;
    }

h6 {
    padding: 0;
    margin: 4pt 0pt;
    font-size: 9pt;
    color: black;
    font-style: italic;
    }
    

p, li {
    color: black;
    font-size: 10pt;
    line-height: 135%;
    text-align: justify;
    margin: 6pt 0pt;
    padding: 0;
    }

a {color: #09f;}

li {margin: 0pt 0pt 3pt}

img {
    border: 0pt solid #ccc;
    padding: 1pt;
    margin-bottom: 7pt;
    }

ul {
    clear: both;
    }
    

/* this removes images from flow nd prevents large white gaps */
/*
* img {
height: 0;
width: 0;
position: absolute;
}
*/

/* print links */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

a[href^="/"]:after {
   content: " (http://www.volkermaxengelhardt" attr(href) ") ";
}