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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {line-height: 1;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* styles for :focus! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* for tables we should write 'cellspacing="0"' inline in the code */
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
td {vertical-align:top;}


/* additional stuff */
html {height:100%;}
body {height:100%;}

hr {height: 1px; border:none}
textarea {vertical-align: top;}

a, a:link, a:visited, a:hover {text-decoration:underline;}
a:focus,a:active {outline:none;}

sup {position:relative; bottom:0.3em; vertical-align:baseline;}
sub {position:relative; bottom:-0.2em; vertical-align:baseline;}
acronym, abbr {cursor:help;}

font {color: inherit !important; font: inherit !important; } 

select[size] {vertical-align: top;}
select[size="1"] {vertical-align: middle;}
input, textarea, select, option {line-height:120%}
 

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

.nclear:after {clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0;}
/* for IE */
.nclear {display: inline-block;}
* html .nclear {height: 1%;}
.nclear {display: block;}
/* end for IE */


