/*LISTS*/
.letters {
	list-style-type: lower-alpha;
}
/*DECORATION*/
.left {
	float: left;
	margin: .4em .5em .5em 0;
}
.right {
	float: right;
	margin: .4em 0 .5em .5em;
}
/*Tables*/
td {
	text-align: righ;
	padding: .5em;
}
td, th {
	border-style: solid;
	border-width: thin;
}
table {
	border-collapse: collapse;
}