/*****************************/
/*** Core html setup stuff ***/
/*****************************/

body {
	margin:0px;
	padding:0px;
	text-align: left;
	font-size: 18px;
	font-family: verdana, arial, sans-serif;
	background: none repeat scroll 0 0 lightgray;
	color: #000000;
}

table {
	width: 100%;
	text-align: center;
}

table th{
	font-size: 20px;
	font-weight: bold;
	width: 50%;
}

table tr{
	height: 30px;
}

table td{
	width: 50%;
}

input{
	font-size: 18px;
	width: 200px;
}