#W , #W div, #W span, #W input, #W input[type=text], #W textarea,
#W h1, #W h2, #W h3, #W h4, #W h5, #W h6, #W p, #W blockquote, #W pre,
#W a, #W abbr, #W address, #W big, #W cite, #W code,
#W del, #W em, #W img, #W ins, #W q,
#W small, #W strike, #W strong, #W sub, #W sup,
#W b, #W u, #W i, #W center,
#W dl, #W dt, #W dd, #W ol, #W ul, #W li,
#W fieldset, #W form, #W label,
#W table, #W caption, #W tbody, #W tfoot, #W thead, #W tr, #W th, #W td,
#W article, #W aside, #W canvas, #W details, #W embed,
#W figure, #W figcaption, #W footer, #W header, #W hgroup,
#W menu, #W nav, #W output, #W section, #W summary,
#W time, #W mark, #W audio, #W video, #W button {
  margin: 0;
  padding: 0;
  border: transparent solid 0;  
  border-radius: 0;
  text-shadow: inherit;
  color: inherit;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  background: none;
  box-shadow: none;
  overflow: visible;
  width: auto;
  height: auto;
  text-transform: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#W strong, #W b { font-weight: bold; }
#W em, #W i { font-style: italic; }
#W {
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  color: #000;
  box-shadow: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}
#W ol, #W ul, #W li {
  list-style: none;
}
#W blockquote, #W q {
  quotes: none;
}
#W blockquote:before, #W blockquote:after,
#W q:before, #W q:after {
  content: '';
  content: none;
}
#W table {
  border-collapse: collapse;
  border-spacing: 0;
}
#W button::-moz-focus-inner {
  border: 0;
}
#W input::-webkit-input-placeholder { font-weight: normal; }
#W input::-moz-placeholder { font-weight: normal; }

