* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin-top: 20px;
  font-family: "sans-serif;";
  font-size: 14pt;
  line-height: 20pt;
  text-align: center;
  background-color: mistyrose;
  word-break: keep-all;
}

table {
  width: 450px;
  margin: auto;
  margin-top: 15px;
}

th {
  text-align: left;
  font-weight: bold;
  background-color: tomato;
  width: 50px
}

td{
  width: 50px


}


table, tr, td, th {
  border: 2px dotted; black;
  border-collapse: collapse;
  padding: 15px;
}

p {
  text-align: left;
}

a{

  color: lightslategray;

}

a:hover{;

  background-color: yellow;}


.birdcall{

  color: dodgerblue;


}


li {
  text-align: left;
}

img{
  width:100px;
  vertical-align: text-top;
  margin-top: 10px;



}
footer {
  font-size: 9pt;
  margin: 15px;
}

