h1 {
	font-size: 36px;
	color: #FFFF66;
	text-align: center;
	border-bottom : thin double #FFFF66;
	font-family : "Arial", serif;
}

h2 {
	font-size: 24px;
	color: #FFFF66;
	text-align: center;
	font-family : "Arial", serif;
}

th {	font-size : 24px;
	color : #E5B000;
	text-align : center;
	font-family : "Arial", serif;
}

td {	font-size : 14px;
	color : #EEEEEE;
	font-family : "Arial", serif;
}

a {
	color : #EEEEEE;
}

a:hover {
	color : #E5B000;
}
