html { padding: 30px; }
h1 { margin-top: 0; }
h2  {margin: 35px 0 15px; font-size: 20px; }
table { width: 100%; }
table td, table th { padding: 6px 12px; font-size: 12px; border: 1px solid #ccc; }
table th { text-align: left; font-size: 16px; font-weight: bold; background-color: #eee; }
table th small { font-weight: normal; font-size: 11px; color: #999; }
ul { padding-left: 20px; }
ul li { display: inline-block; margin-right: 35px; }

@media print{
	html { padding: 0; margin: 0; }
}