body {
	background-color: #fcc;
	font-family: verdana, sans-serif;
}

table {
	border-collapse: collapse;
}

thead {
	font-weight: bold;
}

td {
	border: 1px solid #000;
	padding: 0.3em 0.5em;
}

.author {
	font-size: small;
}

a {
	color: #aaa;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #000;
}