body,
th,
td,
input,
textarea,
select {
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
th,
td {
  vertical-align: top;
  text-align: left;
}
strong {
  font-weight: 700;
}
h1 {
  font-size: 25px;
  font-weight: 400;
}
h2 {
  font-size: 20px;
  font-weight: 700;
}
h3 {
  font-size: 17px;
  font-weight: 700;
}
a {
  color: #579896;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
