body {
	background-color: black;
	color: white;
}
a:hover {
	background-color: silver;
	color: black;
}
table caption {
	font-weight: bold;
	font-size: large;
}
table.date {
	border-style: solid;
	border-color: #aaa #666 #666 #aaa;
	border-width: 5px;
	background-color: #888;
	margin-left: 1cm;
	border-collapse: collapse;
	border-spacing: 2px;
}
table.date td, table.date th {
	background-color: #ccc;
	color: black;
}
table.char {
	background-position: center center;
	background-repeat: no-repeat;
}
