body {
  height: 100%;
  width: 1024px;
  margin: auto;
}

footer {
  width: 1024px;
  height: 20px;
  bottom: 0;
  padding: 0;
  position: fixed;
  background-color: #80dada;
  color: #035;
  font-size: small;
}

footer table, footer td { margin: auto; border: 0; padding-left: 0.5em;}

footer td.logo {
  width: 35px;
  height: 20px;
  background: url('./kit_logo.png');
  background-repeat: no-repeat;
}

#menu {
  width: 100%;
  font-size: medium;
  background-color: #eaeaea;
  padding: 0;
  table-layout: fixed;
}

#menu td {
  width: 1020px;
  height: 250px;
  padding: 0;
  background: url('./logo.png');
}

#menu a {
  color: #035;
  text-decoration: none;
}

#menu a:hover {
  color: #f00;
  text-decoration: underline;
}

h2 {
  color: #008080;
  padding-left: 0.5em;
  border-radius: 5px;
  box-shadow: 3px 3px 3px 3px rgba(0,128,128,0.4); 
}

h3 {
  color: #004848;
}

p {
  text-indent: 1em;
}

ul {
  margin-top: -1em;
}

table, td, th {
  border-collapse: collapse;
  border: 2px solid #8a8a8a;
  margin-bottom: 3em;
}

th {
  color: #035;
  background-color: #80dada;
}

dt {
  font-weight: bold;
}

.caution {
  color: #f00;
  font-weight: bold;
}
