.header {
  background-color: #333;
  border-style: solid;
  border-color: #ff9900;
  border-width: 2px;
  overflow: hidden;
  color: #ff9900;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.topnav {
  background-color: #333;
  overflow: hidden;
  border-style: solid;
  border-color: #ff9900;
  border-width: 1px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-style: solid;
  border-color: #ff9900;
  border-width: 1px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ffc266;
  color: #000000;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #ff9900;
  color: #000000;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.content {
  height: 100%;
  background-color: #333;
  border-style: solid;
  border-color: #ff9900;
  border-width: 1px;
  overflow: hidden;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.content table, th, td{
	border: 1px solid #ff9900;
  margin: auto;
}

.content table{
	width: 80%;
}

.content td.text{
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.content a {
	color: #ffffff;
}

.content a:hover {
	color: #ff9900;
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #333;
  border-style: solid;
  border-color: #6600cc;
  border-width: 1px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff; 
}

/* 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;
  border-style: solid;
  border-color: #6600cc;
  border-width: 1px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff; 
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #a64dff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #6600cc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent table, th, td{
	border: 1px solid #ff9900;
  margin: auto;
}

.tabcontent table{
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;	
}

.footer {
  background-color: #333;
  border-style: solid;
  border-color: #ff9900;
  border-width: 2px;
  overflow: hidden;
  color: #ff9900;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
}
