body {
  background: #efe5d0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 20px;
}

h1 {
  font-size:        150%;
  color:            #954b4b;
}

h2 { font-family: serif;
	font-size: 110%; }


table {
  border: thin dotted #7e7e7e;
  padding: 10px;
}

th {
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  padding-top: 2px;
}

td {
  vertical-align: top;
  padding-bottom: 15px;
}

table table {
  border: none;
  padding: 0px;
}

table table td {
  text-align: right;
  padding-bottom: 0px;
}

input
{
color: #222;
background: #fee3ad;
}

.submit input
{
color: #000;
background: #ffa20f;
}
textarea {
color: #222;
background: #fee3ad;
}
option
{
color: #222;
background: #fee3ad;
}


