body {
	margin:0;padding:0;
	font-style: "Times New Roman", Verdana, sans-serif;
	font-size:16px;
	background:#000;
	color:#ddd;
}

td, tr {vertical-align:top;}

input, select, textarea {
	border:1px solid #000;
}

a {
	color:#00f;
	text-decoration:underline;
}
a:visited {
	color:#00f;
}
a:hover {
	color:#006;
	text-decoration:none;
}

#title {
	font-family:"Monotype Corsiva";
	font-size:22px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#subtitle {
	font-size:18px;
	text-align:center;
}

