/*
	Description		: Druck Stylesheet für michael-puff.de
	Date			: 2011-11-15
	Author			: Michael Puff
*/

.screenonly {
	display: none;
}

body {
	font-family: sans-serif;
	font-size: 85%;
}

h1 {
	text-align: center;
}

p {
	text-align: justify;
}

a {
	color: black;
	text-decoration: underline;
}

table, tr, th, td{
	border-collapse: collapse;
	border: solid 1px;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	padding: 3px;
}

.footerpage{
	border-top: solid 2px Gray;
	padding: 8px;
}
