/* contact.css */
header {
  /*font-family: 'Times New Roman', serif;*/
  display: block;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid;
  font-size: 16pt;
  margin-left: 25em;
  margin-right: 25em;
  letter-spacing: 4px;
}

html {
  background-color: #E27D60;
  border-style: solid;
  border-width: 5px 4px;
}

footer {
  text-align: center;
  font-weight: bold;
}

body {
  text-align: center;
  font-size: 12pt;
  border-style: solid;
  border-width: 2px;
}

table, th,td {

  border: 2px solid black;
  text-align: left;
  border-collapse: collapse;
}