/*
 * html-elements
 *
 */

a {
  color: #12578b;
  text-decoration: none;
}

h1 {
  color: #12578b;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}

h2 {
  color: #222222;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

  h2 a {
    color: #222222;
    text-decoration: none;
  }

img {
  border: 0;
  display: block;
}

p, ul {
  color: #222222;
  font-family: arial;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 10px;
}

  ul {
    margin-left: 1.5em;
  }

td {
  vertical-align: top;
}

h1:last-child, h2:last-child, p:last-child, ul:last-child {
  margin-bottom: 0;
}
