body
{
background: white;
}	 

header { 
  text-align:center;
  color: red; 
 padding: 10pt;
 }

footer {
  position:fixed;
  padding: 5pt;
  bottom:0;
  left: 0;
  right:0;
  text-align: right;
}
 

article {
margin: 1pt
}

p 
{
font-size: 0.75em;
}

table
{
	margin-top: 10pt;
	background: white;
	height: auto;
	width: 100%;
}
