body {
  margin: 0px;
  padding: 0px;
}
div {
  padding: 2px;
  margin: 0px;
  font-family: sans-serif;
}
div.infobox {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 15px;
  border: thin solid black;
  background-color: #f0f0f0;
  font-size: 14px;
  max-width: 800px;
}
div.warnbox {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 15px;
  border: medium solid black;
  background-color: #f0f0a0;
  font-size: 14px;
  max-width: 800px;
}
footer {
  /* background-color:#f8f8f8; */
  margin-left:190px;
  padding-top: 12px;
  font-family: sans-serif;
  font-size: 14px;
}
.navbox {
  background-color: #f8f8f8;
  border: thin solid #ccc;
  width: 150px;
  padding-left: 24px;
  font-size:14px;
  /* height: 100%; */
  position: fixed;
  overflow: auto;
}
.main {
  /* background-color: white; */
  margin-left: 190px;
  margin-top: 15px;
  padding: 8px;
  font-size: 14px;
  max-width: 850px;
  border: thin solid #b0d0f8;
  box-shadow: 2px 2px 2px #ccc;
}
.seo {
  font-size: 8px;
  color: #888;
  max-width: 850px;
  margin-top:15px;
}
h3.mh3 {
  border-bottom: thin solid #ccc;
  margin-top: 0px;
}

h2 {
  text-shadow: 2px 2px 5px dodgerblue;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li a {
  display: block;
  text-decoration: none;
}
li a.active {
  font-weight:bold;
}
li a:hover:not(.active) {
  text-decoration: underline;
}
ul.warnbox {
  list-style-type: circle;
  margin-left: 20px;
}
table {
  border-style: solid;
  border-color: #8bf;
  border-width: thin;
  border-collapse: collapse;
}
tr, td {
  border: thin solid #8bf;
  padding: 12px;
  font-family: sans-serif;
/*font-size: 14px;*/
}
tr {background-color: #e0f0f8;}
tr:nth-child(odd) {background-color: #c8e0f0;}
.p0 { padding-top: 2px; padding-bottom: 2px}
.tha {
  padding-top: 2px;
  padding-bottom: 2px;
  border-right-style: none;
}
.thb {
  padding-top: 2px;
  padding-bottom: 2px;
  border-left-style: none;
}
