@charset "UTF-8";

form {
  margin: 0px;
}

input.submit {
  border: solid 2px #000;
  background-color: #fcc;
  color: #000;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 5px;
  border: solid 1px #666;
  white-space: nowrap;
}

th {
  background-color: #cdf;
  color: #000;
  font-weight: bold;
}

h1 {
  font-size: 1.5em;
  margin: 0px 0px 10px;
}

.caution {
  color: #c33;
  font-size: 10pt;
}