header {
  color: white;
  background: #E35205;
  text-align: center;
  margin: auto;
  padding: 1%;
}

body {
  font-family: Arial;
  background: #2E1A47;
  margin: auto;
  margin-top: 0px;
  width: 50%;
}

@media only screen and (max-width:600px) {
  body {
    width: auto;
  }
  
  footer {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
  }
}

main {
  background: white;
  padding: 1%;
  /*text-align: center;*/
}

section {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer {
  color: white;
  background: #E35205;
  margin: auto;
  padding: 1%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

a.ftrlink:link, a.ftrlink:visited, a.ftrlink:active {
  text-decoration: none;
  color: white;
}
a.ftrlink:hover {
  color: #2E1A47;
}
table, th, tr, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}
.circle_ul { list-style-type: circle; }
.square_ul { list-style-type: square; }
.announce_RED {background-color:#FD4E23; font-weight:bold;width:80%;}
.announce_YELLOW {background-color:#F5DC27; font-variant:small-caps; font-weight:bold;}
.announce_GREEN {background-color:#82FF82; font-variant:small-caps; font-weight:bold;} /*#FFA500*/
th, td {
   padding: 10px;
}
a { text-decoration: none; cursor="pointer"; color: black; }
a:hover { color:#E35205; }
