html {
	background-color: #464;
}
body {
	background-color: #eee;
}
a:hover {
	color: red;
	background-color: #aca;
}
fieldset {
	border-color: #464;
}
strong {
	color: red;
}
div#smallprint {
	color: #878a89;
	border-top-color: #464;
}
div.comment {
	border: 2px solid #446;
	background-color: #ddd;
}
div#menu ul a {
	background-color: #686;
	color: white;
}
div#menu ul a:hover {
	background-color: silver;
}
th {
	background-color: #ddd;
}
table.highlight tbody tr:hover td {
	background-color: #ddd;
}

