body {
  font-family: verdana;
  background-color: #7C715A;
  background-image: url(../img/layout/bg.png);
}

input {
  font-family: verdana;
  font-size: 8pt;
}

select {
  font-family: verdana;
  font-size: 8pt;
}

th {
  font-family: verdana;
  font-size: 10pt;
  color: black;
  font-weight: bold;
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #ebe7da;
}

td {
  font-family: verdana;
  font-size: 10pt;
  color: black;
}

li {
  padding-top: 1px;
  padding-bottom: 3px;
}

h1 {
  font-size: 15pt;
  color: #303030;
  font-family: tahoma;
  font-weight: normal;
  text-align: center;
  margin: 4px;
  margin-bottom: 8px;
  padding: 0px;
}

h2 {
  font-size: 14pt;
  color: #303030;
  font-family: tahoma;
  font-weight: normal;
  text-align: center;
  padding: 8px;
  margin: 0px;
}
