body
{
	background: #f00;
	/*background-image: url('bg.gif');*/
	margin: 0;
}

.nav
{
	background: #fc3;
	color: #f00;
	font-family: impact, sans-serif;
	font-size: 20px;
	text-align: center;
}

.nav img
{
	/* Recent Mozilla perfection workaround */
	display: block;
}

p, td, input {
	font-size:11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

p, td {
	text-align: center;
}