body {
	font-family: Verdana;
	font-size:66%;
}

h1 {
	color:black;
	
}
#content table {
	width:100%;
	table-layout:fixed;
	border:1px solid gray;
	border-collapse:collapse;
}
table td {
	border:1px solid gray;
	vertical-align:top;
}
div#footer {
	text-align:center;

}
#print a:first-child {
	float:right;
}

