<style>
body
{
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
  font-family: verdana;
  font-weight: normal;
  color: white;
  text-align: center;
}

p
{
  font-family: verdana;
  font-size: 20px;
  color: white;
}

a
{
  font-family: verdana;
  font-size: 20px;
}

table
{
  background-color: white;
  font-family: verdana;
  border-collapse: collapse;
  width: 20%;
}

th
{
  font-family: verdana;
  font-weight: normal;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 18px;
}

td
{
  font-family: verdana;
  font-weight: normal;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 14px;
}

tr:nth-child(even)
{
  background-color: #dddddd;
}

.ltable
{
  border-style: none;
  padding: 0;
  margin: 0;
  align: left;
  /* background-color: #ffdddd; */
}

div.umwawium_big
{
  font-size: large;
  font-weight: bold;
}

label
{
    white-space: nowrap
}

/* nav-style */
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

a {
  color: white;
}
</style>