body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  background: #e4c68d;
  color: black;
  padding-left: 35px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
  color: brown;
  text-align: center;
}

h2 {
  font-size: 13pt;
  font-weight: bold;
  text-align: left;
  color: brown;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  color: brown;
}

h4 {
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  color: brown;
}

pre {
  font-family: "courier new", courier, fixed;
}


.maindiv {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  border: black 2px solid;
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  color: black;
  text-align: left;
}  

.path {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  border-color: black; 
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  padding: 3px;
  margin: 0px;
  background: #bb8651;
  color: black;
  text-align: center;
}  

.thispath {
  padding: 0px;
  margin: 0px;
  background: #bb8651;
  color: black;
}  

.pathlink {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  background: #bb8651;
  color: #fefede;
}  

a:link { color: #3f50e9; background: transparent; text-decoration: none}
a:visited { color: #ce3135; background: transparent; text-decoration: none; }
a:active { color: #996600; background: transparent; text-decoration: none; }
a:hover { color: black; background: #e4c68d; text-decoration: none; }

a.pathlink:link { color: #ffffcc; background: #bb8651; text-decoration: none; }
a.pathlink:visited { color: #ffffcc; background: #bb8651; text-decoration: none; }
a.pathlink:active { color: #ffffcc; background: #bb8651; text-decoration: none; }
a.pathlink:hover { color: black; background: #bb8651; text-decoration: none; }

.maincnt {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  padding: 1.5em;
  padding-top: 0em;
}
