/* same as TABS site (subset) */

body {
  color: white;
  background-color: 1155aa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
}

/* same as body */
.body {
  color: white;
  background-color: 1155aa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
}

.footer {
  text-align: center;
  font-size: 50%;
}

a {
  color: white;
  font-family: sans-serif;
}

.button {
  border-style: outset; 
  border-width: 2; 
  background-color: #f1e48d; 
  cursor: pointer;
  color: black;
  margin-top: 3px;
}

