html, body, div, h1, ul, ul li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: block;
}

html, h1 {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
}

#main {
  padding: 30px;
}

h1 {
  font-weight: bold;
}

ul li:first-child {
  margin-bottom: 8px;
}

a {
  color: #3B5998;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
