html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #09416a url(../i/background.png) repeat-x top left;
  font-family: Georgia, Times, serif;
  color: #fff;
  line-height: 1.75em;
}
h1 {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}

h2 {
  margin-top: 15px;
  font-weight: bolder;
}

td,
th {
  padding: 0 60px 0 0;
  text-align: left;
  vertical-align: top;
}

ul {
  padding-left: 18px;
}

ul li {
  padding: 0 0;
}
/* -- Links -- */
a {
  text-decoration: underline;
  color: #fff;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}