body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a:active {
  color: #74aaed;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h4 {
  font-size: 38.5px;
}

h2 {
  font-size: 22px;
  padding-left: 20px;
}

h3 {
  font-size: 24.5px;
}

h1 {
  font-size: 24px;
  margin-top: 0;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

table {
  color: #333;
  font-size: 1.3em;
  text-align: left;
  line-height: 40px;
  border-spacing: 0;
  border: 1px solid #428bca;
  width: 100%;
  margin: 20px auto;
}

table.intro {
  font-size: 1.2em;
  line-height: 24px;
}

thead tr:first-child {
  background: #428bca;
  color: #fff;
  border: none;
}

th {font-weight: bold; text-align: left;}
th:first-child, td:first-child {padding: 0 15px 0 20px;}

thead tr:last-child th {border-bottom: 2px solid #ddd;}

tbody tr:hover {background-color: #f0fbff;}
tbody tr:last-child td {border: none;}
tbody td {border-bottom: 1px solid #ddd;}

td:last-child {
  text-align: left;
  padding-right: 10px;
}

.button {
  color: #045FB4;
  text-align: center;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
}

.button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.button2 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}