@page A4portrait {
	size: portrait 210mm 297mm;
	margin: 5cm;
}
@page A4landscape {
	size: landscape 297mm 210mm;
	margin: 2cm;
}
.dontPrintMe
{
	display:none
}
body,td,a,p,span,div
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
h1 {
	font-size: 16px;
}
td,th {
	border-bottom: solid black 1px;
    padding:0.4em;
}
a {
	color: black;
	text-decoration: solid;
}
table {
	background-color: white;
}
.hidden {
	display:none;
}