body {
	background-color: #aaa;
}
td {
	font-size: 70%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
h1 {
	font-size: 110%;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#063;
	text-decoration:none;
}
a:hover {
	color:#C00;
	text-decoration:none;
}
a:active {
	color:#CF0;
	text-decoration:none;
}

