body{
	font-family: arial;
	padding: .5em;
}

a, a:hover, a:visited {
	cursor: pointer;
	text-decoration: none;
}
a.xhome {
	font-weight: bold;
	padding: 0 .5em;
}

table.data {
	border-collapse: collapse;
}
table.data th, table.data td {
	border-style: solid;
	border-width: 1px;
	padding: .2em .6em;
}
table.data th {
	font-weight: normal;
	vertical-align: bottom;
}
table.data td {
	vertical-align: top;
}
