body {
  font-family: Arial;
  font-size: 34px;
  background-color: #19547c;
}

img {
  width: 100%;
}

a,
a:hover {
  text-decoration: none;
  color: #fff;
}

div {
  padding: 0;
  margin: 0;
}

.warpper {
  width: 1000px;
  margin: auto;
  padding: 0;
  background-color: #19547c;
}

table.header {
  width: 100%;
  text-align: center;
  padding: 10px 0 90px;
}

table.footer {
  width: 100%;
  text-align: center;
  padding: 90px 0 10px;
  background-color: #19547c;
}

table.header td,
table.footer td {
  padding-bottom: 20px;
  line-height: 1.15;
}

table.header td a,
table.header td a:hover {
  color: #fff;
}
