body {
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  width: 850px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}

.title {
  font-size: 32pt;
  text-align: left;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 860px;
  height: 60px;
  color: #ffffff;
  background: #330066;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #330066;
}

.title2 {
  font-size: 32pt;
  text-align: left;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 860px;
  height: 40px;
  color: #ffffff;
  background: #330066;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #330066;
}

.bottom {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 860px;
  background: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 6px solid #666699;
}


  /*  the menubar at the top */
.box {
  font-size: 13.5pt;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  position: relative;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 8px;
  width: 860px;
  height: auto;
  background: #666699;
  color: #ffffff;
  border: 2px solid #666699;
}

  /*  hyperlink in menubar */
.box a {
  color: #ffffff;
  text-decoration: none;
}

  /*  hyperlink with mouse over it in menubar */
.box a:hover {
  color: #ffffff;
  text-decoration: underline;
}


.heading {
  font-size: 18pt;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  position: relative;
  margin-top: 20px;
  margin-left: 50px;
  margin-bottom: 20px;
  width: 810px;
  height: 30px;
  color: #000000;
  background: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 3px solid #330066;
}

.subheading {
  font-size: 14pt;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  position: relative;
  margin-top: 20px;
  margin-left: 50px;
  margin-bottom: 20px;
  width: 810px;
  height: 30px;
  color: #000000;
  background: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 2px solid #330066;
}


.info {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 810px;
  background: #e8e8e8;
  color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #444444;
}

.info h3 {
  font-size: 16pt;
  text-align: left;
}

.info h4 {
  font-size: 12pt;
  text-align: left;
}


.text {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 810px;
  background: #ffffff;
  color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #ffffff;
}

.text2 {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 760px;
  background: #ffffff;
  color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #ffffff;
}

table { 
  empty-cells:show; 
  font-size: 12pt;
  font-family: 'Roboto', sans-serif;
  width: 810px;
  margin-left: 50px;
}

ol {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 70px;
  margin-top: 0px;
  margin-bottom: 2px;
  width: 810px;
  background: #ffffff;
  color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #ffffff;
}


ul {
  margin-bottom: 2px;
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 80px;
  margin-top: 5px;
  width: 680px;
  background: #ffffff;
  color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #ffffff;

}