body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #ffffcc;
	color: #ffffcc;
	text-decoration: none;
}


h1 {
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFcc;
}
td {
	background-color: #666633;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffcc;
}

a:link {
	text-decoration: none;
	font-size: 16px;
	color: #ffffcc;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
	font-size: 16px;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}
