@CHARSET "UTF-8";    

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: invert dotted thin;
}

html, body {
    height: 100%;
}
 
body {
    line-height: 1.4;
}

ol, ul {
    list-style: none;
}

/* tabelas continuam precisando de 'cellspacing="0"' no HTML */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}


a {
    color: blue;
    text-decoration: underline;
}

a:hover {
    color: red;
}

em {
    font-style: italic;	
}

strong {
    font-weight: bold;	
}

h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
}

h2, h3, h4, h5 {
    font-weight: bold;
}


h2 {
    font-size: 22px;
}

h3 {
    font-size: 14px;
}

label {
    margin: 15px 0 5px 0;
}
