table {
    width: 100%;
}
tr {
    background-color: deepskyblue;
    font-family: courier;
}

body {
    background-image: url('./20230213_090925.jpg');
    background-size: 100%;
}

a:link, a:visited {
  background-color: darkblue;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: darkblue;
}
tr:nth-child(2n) {
    background-color: lightblue;
    font-family: courier;
}

.posting0001 {
    background-color: black;
    color: lightgreen;
    width: 100%;
    height: 128px;
}
