body {
	font-family: sans-serif;
	margin: 1em;
}


a, a:hover, a:visited {
	cursor: pointer;
	text-decoration: none;
}
a .date {
	font-size: .9em;
	margin-left: .7em;
}


button {
	border-radius: .4em;
	border-width: 0;
	font-family: inherit;
	font-size: inherit;
	padding: .4em .75em;
}


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;
}



#T {display:table;margin:0 auto}
#T .h {font-size:1.3em;text-align:left;margin-bottom:.3em}
#T .home {border-radius:.5em;float:right;padding:0 .5em}
