/*jeopardy.css*/

body {
	background-color: #00F;
	font-family: Times New Roman, serif;
	text-align: center;
}

table {
	width: 100%;
	height: 100%;
}

p, a {
	font-size: 25px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
}

a {
	font-size: 50px;
}

th {
	font-family: Arial, Helevetica, sans-serif;
	font-weight: bold;
}

td {
	text-align: center;
}

a:visited {
	color: #00F;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

a.back {
	text-decoration: underline;
	color: #FFF;
}

div.question, div.answer {
	padding-top: 20%;
	height: 100%;
}

div p {
	font-size: 50px;
}

