body {
  background-image: url("background.gif");
  font-family: arial, sans-serif;
  color: black;
  width: 780px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: black;
}

table {
	width: 100%;
}

td, th , input[type='text'], textarea, select {
  font-size: 14px;
  text-align: left;
  font-family: arial, sans-serif;
}

th, td {
  padding: 3px;
}

h1 {
  font-size: 16px;
  color: black;
  padding: 12pt;
	margin: 0pt;
	border: none;
  background: rgb(222, 198, 90);
}

form {
  padding: 12pt;
	margin: 0pt;
  border: none;
  background: rgb(222, 198, 90);
}

input[type='text'], textarea, select {
  background: white;
	color: black;
	border: none;
}

small {
  font-size: 10px;
}