body { background-image: url("./imgs/bkg3_brn.jpg");background-repeat: no-repeat;
       background-attachment: fixed;
       background-size: cover;
       font-family: Arial, Helvetica, sans-serif; }
h1,h2,h3 { color:black; }
table, th, td { width:65%;
                background-color:steelblue;
                border: 2px solid black;
                border-collapse: collapse; }

.lmenu {
  background-color:steelblue;
  border: 2px solid;
  color: black;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
 
}

a:link, a:visited {
  font-size: 45px;
  border: 2px solid;
  background-color: steelblue;
  color: black;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: cyan;
}