/* CSS Document */

td {
	vertical-align:top;
	padding-bottom:5px;
	padding-right:5px;
}
table {
	margin-top:5px;
	font-size:10px;
	border:solid blue 1px;
}
span.em {
	color:blue;
	font-style: oblique;
	text-decoration:none;
}
button {
	font-size: 10px;
}
