body, html, div, span, img, p, table, td, tr, h1 {
 margin: 0px;
 padding: 0px; 
}

img {
	border: 0px;
}

#center {
	width: 1000px;
	margin: 0 auto;
}

p.printheader {
	padding: 5px;
	text-align: center;
	background-color: #e2001a;
}

p.printheader img {
	vertical-align: middle;
}

p.printheader a {
	color: white;
	font-weight: bold;
	background-color: #e2001a;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

p.printheader a:hover {
	color: black;
}

