/* reset by Eric Meyer */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0;	border: 0; outline: 0;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a { text-decoration: none; color: inherit; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.more a { color: inherit; }
.cntnt a:hover { text-decoration: underline; }
.cntnt h1 a:hover, .cntnt h2 a:hover, .cntnt h3 a:hover, .cntnt h4 a:hover, .cntnt h5 a:hover, .cntnt h6 a:hover { text-decoration: none; }

.clr { clear: both; }
.hidden, #cntnt .hidden, #main #cntnt .hidden { display: none; }
.failed { background: red; color: white; padding: 4px; }
.success { background: green; color: white; padding: 4px; }

.lowercase, #cntnt .lowercase { text-transform: uppercase; }