body{
  background: #FFE4B5;
}
ul li {
  text-align: center;
  list-style: none;
  }
ul li a {
  display: inline-block; /*use inline-block display*/
  text-align: center;
  font-family: georgia;
  background: #4479BA;
  width: 200px;
  text-decoration: none;
  margin: 10px;
  padding: 5px;
  border: 1px solid black;
  border-radius: 5px;
  color: white;
  font-size: 19px;
  vertical-align: middle;
  list-style: none;
}
h2{
  text-align: center;
  vertical-align: middle;
}
.header img {
  float: left;
  width: 100px;
  height: 100px;
}

.header h1 {
  position: relative;
  top: 18px;
  left: 10px;
  float: middle;
  text-align: center;
}
.header{
  padding-bottom: 50px;
}
hr{
  height:2px;
  border-width:0;
  color:gray;
  background-color:gray;
  width: 100%;
}
table, td, th {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
  width: 100%;
}
td {
  text-align: center;
}
tr:nth-child(even){background-color: #e3b564}

label {
    font-size: 100%;
    width: 300px; /* just this width evens out input box placement */
    font-weight: bold;
    margin: 2px 0;
}
input { /*I think these just fall in because they are naturally following the labels!*/
    width: 250px;
    padding:5px;
    margin: 2px 0;
}
select {
      width: 250px;
    padding:5px;
    margin: 2px 0;
} 
.normal a{
  color: black;
   text-decoration: none;
  text-decoration-color: black;
}
p.success {
color: green;
font-weight: bold;
}
p.fail {
color: red;
font-weight: bold;
}
