body {
	font-family: courier, serif;
	background-position: center top;
	background-repeat: no-repeat;
}
h1 {
	font-family: arial;
}
input {
	text-align: center;
	font-family: courier, serif;
	font-size: medium;
}
textarea {
	font-family: courier, serif;
	font-size: medium;
}
td {
	vertical-align: top;
}
div.title {
	font-family: arial;
	font-size: xx-large;
	color: white;
	font-weight: bold;
}
div#countdown {
	font-family: arial;
	font-size: xx-large;
	color: white;
	font-weight: bold;
}
p.msg {
	color: white;
}
div.box {
	text-align: center;
	background-color: black;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a {
	text-decoration:none;
}
