body
{
	margin: 0;
	background-color: #eff;
	font-family: 'courier new', fixed-width;
	font-weight: bold;
}

div#everything
{
	text-align: center;
}

table#hometable tr td
,  tr th
{
	text-align: center;
	font-size: 30px;
}

table#hometable tr td.larger
{
	font-size: 40px;
}


table#hometable tr th
{
	font-size: 55px;
	font-family: arial, sans-serif;
	letter-spacing: 16px;
}

a
, a:visited
{
	color: red;
	text-decoration: none;
}

#hometable a:hover
{
	font-size: 55px;
	position: relative;
	left: -2px;
	top: -2px;
}

#hometable a:active
{
	color: #00f;
}

div#footer
{
	position: relative;
	left: 0px;
	bottom: -100px;
	width: 100%;
	text-align: center;
}
div#header
{
	width: 100%;
	text-align: center;
	background-color: #fff;
	height: 83px;
	margin: 0 0 20px 0;
}