body {
  background-color: lightgray;
}

h1 {
  color: black;
  text-align: left;
  margin-left: 4em;
}

.content  {
    font-family: verdana;
    font-size: 12;
    margin-left: 5em;
}

.content h1 {
    color: black;
    margin-left: 0em;
}

.footer {
    font-family: verdana;
    font-style: italic;
    font-size: 10;
    margin-left: 0em;
}

table {
  font-family: verdana;
  font-size. 10;
  table-layout: fixed;
  margin-left: 0em;
  margin-right: auto;
  border: 1px solid black;
  width: 90%;
  text-align: left;
}

@media print {
    table {
    font-family: verdana;
    font-size. 20;
    table-layout: fixed;
    margin-left: 0em;
    margin-right: auto;
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    }
    th, td {
        border: 1px solid black;
    }
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
tr:hover {background-color: coral;}
th {
  padding-left: 10px;
  padding-right: 10px;
}
td {
  padding-left: 10px;
  padding-right: 10px;
}
