body {
	display: block;
	width: 450px;
	margin: 2px auto;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	border: solid 2px black;
}

#tryagain a, #tryagain a:visited {
	text-align: center;
	display: block;
	width: 244px;
	font-size: 24px;
	border: solid 3px #F00;
	background: white;
	color:black;
	text-decoration: none;
}

#tryagain a:hover {
	text-align: center;
	display: block;
	width: 244px;
	font-size: 24px;
	border: solid 3px #F00;
	background: #ddd;
	color:black;
	text-decoration: none;
}

#footer, #footer a, #footer a:visited {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#footer a:hover {
	font-size: 12px;
	color: black;
	text-decoration: underline;
}
