@import url(http://fonts.googleapis.com/css?family=Lato:100,400,700,900);

body {
  font-size: 13px;
  color: #424242;
  background-color: rgb(0, 183,249);
  font-family: 'Lato';
}

p {
  color: rgb(255, 255, 255);
}

h1 {
  font-family: 'Lato';
  color: white;
  font-size:3.5em;
  font-weight:normal;
  text-transform: uppercase;
  font-weight: 100;
}

h2 {
  margin-bottom:15px;
  font-size:2em;
  font-weight:normal;
}

h3 {
  margin: 16px 0px 8px 0px;
  font-size:1.5em;
  font-weight:bold;
}

h4 {
  margin: 16px 0px 8px 0px;
  font-size:1em;
  font-weight:bold;
}

img {
  border-style:none;
  margin: 5px;
}

table {
  border-collapse: collapse;
  font-size:1em;
}

td {
  vertical-align: top;
}

th {
  vertical-align: middle;
  border-width: 1px;
}

td p {
  margin-top: 0px;
  margin-bottom: 0px;
}

th p {
  margin-top: 0px;
  margin-bottom: 0px;
}

