p {
  margin: 5px;
  font-family: Geneva;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: normal;
  font-size-adjust: none;
  background-repeat: no-repeat;
  background-position:  center center;
}

h1 {
  margin: 0px;
  font-family: Georgia;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: normal;
  font-size-adjust: none;
  min-height: 18px;
}

h2 {
   width: 100%; 
   text-align: left; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

h2 span { 
    background:#fff; 
    padding:0 10px; 
}

dd {
	font-family: Perpetua;
	font-size: 19px;
	font-size-adjust: none;
	margin: 9px;
	text-indent: -2em;
}

texttt {
  font-family: Courier;
  font-size: 15px;
  font-size-adjust: none;
  margin: 9px;
  text-indent: -2em;
}

a {
text-decoration: none;
}
a:link {color: #00747c}
a:visited {color: #00747c}

a:hover {
  font-weight: bold;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 10px solid #494949;
  background-color: #b0b0b0;
  margin-left: -2em;
  border-radius: 25px

}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: Perpetua;
  font-size: 24px;
  border-radius: 0px

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #909090;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ffb81c;
  border-top: none;
}

.text-right {
  text-align: right;
}
