
body {
	color: black;
	background-color: white;
	margin: 0;
	font-family: Georgia, sans-serif;
	font-size: 90%;
	}
	
h1, h2 {
	font-style: italic;
	font-weight: normal;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	text-align: center;
	}	

div.kontrakt {
	text-align: center;
	border-bottom: 1px black solid;	
	font-style: italic; 
	padding-bottom: 1em; 
	}
	
table.signature, table.signature2  {
	width: 100%;
	margin-top: 3em; 
	border: 0;
	}
	
table.signature  td {
	width: 33%; 
	text-align: center;
	border-top: 1px black solid;
	font-style: italic;
	}

table.signature2 td {
	width: 50%; 
	text-align: center;
	border-top: 1px black solid;
	font-style: italic;
	}	

ul.pcompletion {
	margin-top : 0;
	padding-top : 0;
	border-top: 0;
	list-style-type: square;
	}	
	
	

	
	
