body {
  background-color:#FFF;
  font-family: arial, verdana;
  font-size: 12px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 32px;
	color: #F76B0C;
	font-weight: normal;
	text-decoration: none;
	padding:0;
	margin:0;
	padding: 0px 0;
}

input {
  border: 1px solid #333;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding:0;
	margin:0;
	padding: 30px 0 10px 0;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding:0;
	margin:0;
	padding: 0;
}

#main{
  border: 1px solid #333;
  background-color: #fff999;
}

#main td {
  font-family: arial, verdana;
  font-size: 12px;
  vertical-align: top;
}

#results {
  width: 80%;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
}

#results td {
  font-family: arial, verdana;
  font-size: 12px;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  vertical-align: top;
}

