.wrapper {
	margin:100px;
}


body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 24px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
a {
  color: #333333;
}
a:hover,
a:focus {
  color: #0085A1;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}
blockquote {
  color: #0085A1;
  font-style: italic;
  border-color: #0085A1;
}
b, strong {
  font-weight:600;
}
i, em {
  font-style: italic;
}

.download-list {
  margin-top:50px;
}
.download-list ul li {
  margin-bottom:1em;
}
.download-list ul li .info {
  color:#999;
  font-size:.8em;
}