* { margin: 0;
	padding: 0;
}
body {
	color: #666666;
	background: #FFFCE9;
	text-align: center;
	font: 90% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 { 
	font-size: 150%;
	text-align: center;
	margin-top: 20px;
}
h2 {
	font-size: 120%;
}
table {
	margin: 5px auto 5px auto;
	empty-cells: hide;
	background: #FFF;
}
td {
	font-size: 90%;
	text-align: center;
	vertical-align: baseline;
	border: 1px solid #ccc;
}
img { 
	border: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
}
