html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body { 
  font-size: 62.5%; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
  line-height: 1; 
  padding: 15px 0;
  background: #e8e8e8 url('pixel_weave.png'); /* http://subtlepatterns.com/pixel-weave/ */
}

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
  font-size: 2.6em;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

p { 
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

ul {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 25px;
  list-style: disc;
}
ul li {
  margin-bottom: 7px;
}

a { color: #649ac4; }
a:hover { color: #5085af; } 

/** page structure **/
#w {
  width: 900px;
  margin: 0 auto;
  padding: 10px 12px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}