 body { 
  background-color: rgb(199, 231, 198); 
  font-family: Arial, Helvetica, sans-serif; 
 } 

 h1 { 
  color: navy; 
  margin-left: 20px; 
  font-size: 150% 
 } 

 ul { 
  list-style-type: none; 
  margin: 0; 
  margin-left: -10px; 
  overflow: hidden; 
  background-color: #2C3E50; 
  position:fixed; 
  top:0; 
  width:100%; 
  z-index:100; 
 } 

 li .pull-left { 
  float: left; 
 } 

 table { 
  border-collapse: collapse; 
 } 

 table, td, th { 
  border: 1px solid black; 
 } 

 li .pull-right { 
  float: right; 
 } 

 li a { 
  display: block; 
  color: white; 
  text-align: center; 
  padding: 14px 16px; 
  text-decoration: none; 
 } 

 li a:hover, a.active { 
  background-color: #111; 
 } 

 .button { 
  min-width: 80px; 
  height: 30px; 
  background-color: #128f16; 
  border: none; 
  color: white; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  font-size: 16px; 
  margin: 4px 2px; 
  cursor: pointer; 
  border-radius: 10px; 
  white-space: nowrap; 
 } 

 .buttonr {background-color: #D62C1A;} 

 .select { 
  width: 160px; 
  height: 32px; 
  padding: 5px; 
  background: white; 
  font-size: 16px; 
  line-height: 1; 
  border: 1; 
  border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -webkit-appearance: none; 
  border: 1px solid black; 
  border-radius: 10px; 
 } 

 .selectw {width: 410px;} 

 input { 
  font-family: 'Lucida Console', Courier, monospace; 
  height: 16px; 
  background: rgb(204, 215, 204); 
  font-size: 16px; 
  appearance: none; 
  box-shadow: none; 
  border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -webkit-appearance: none; 
  border: 1px solid black; 
  border-radius: 7px; 
  padding: 0 0 0 10px; 
 } 

 input[type=submit] { 
  width: 200px; 
  height: 40px; 
  background-color: #128F76; 
  border: none; 
  color: white; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  font-size: 16px; 
  margin: 4px 2px; 
  cursor: pointer; 
  border-radius: 5px; 
 }

 input[type=radio] {
  appearance: none;
  background-color: white;
  margin: 0;
  font: inherit;
  color: #128f16;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}

input[type="radio"]:checked {
  background-color: black;
}

 textarea { 
  border: 1px solid black; 
  border-radius: 10px; 
  padding: 5px; 
  font-family: Courier, 'Lucida Console', monospace; 
  background-color: rgb(204, 215, 204); 
  resize: none; 
 }
