body
{
	background-color: #666;
}
table
{
	text-align: center;
}
UL
{
	color: #AA0000;
}
H4
{
	color: white;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
A
{
	color: #AAA;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 0 1em 0 1em;
	text-decoration: none;
}
A:hover
{
	color: #yellow;
	background-color: #444;
}