DIV,
P,
PRE,
H1,
H2,
H3,
H4,
H5,
H6,
HR,
DD,
DL,
DT,
UL,
OL,
LI,
A,
B-,
BIG,
BR,
I-,
Q,
SMALL,
STRONG,
SUB,
SUP,
IMG,
TABLE,
TBODY,
TD,
TFOOT,
TH,
THEAD,
TR,
INPUT,
TEXTAREA,
SELECT,
BUTTON,
FORM,
FIELDSET,
LEGEND,
LABEL,
FONT,
U,
CENTER
{
    clear:none;
    clip:auto;
    color:black;
    float:none;
    font:normal 12px Arial,Tahoma,sans-serif;
    letter-spacing:normal;
    list-style:none;
    margin:0;
    outline:0;
    padding:0;
    position:static;
    text-align:left;
    text-decoration:none;
    text-indent:0;
    vertical-align:baseline;
    white-space:normal;
    z-index:auto;
}

A {color:blue; text-decoration:underline}
B {font-weight:800}
I {font-style:italic}
U {text-decoration:underline}

HR,
IMG,
OBJECT {border:0}

INPUT,
SELECT,
BUTTON {vertical-align:middle}

TEXTAREA {vertical-align:top}

INPUT,
BUTTON {overflow:visible}

SELECT[size] {vertical-align:top}

SELECT[size="1"] {vertical-align:middle}

CAPTION,
TD,
TH,
TR {vertical-align:top}

TABLE {border-collapse:separate}

OPTGROUP {
    background:white;
    color:black;
    font-style:normal;
}

OPTGROUP OPTION {padding-left:22px}

HR {
    background:black;
    color:black;
    height:1px;
    margin:7px 0 0;
}

OL LI,
UL LI {vertical-align:bottom}

Q {quotes:'\00AB' '\00BB' '\201E' '\201C'}
Q:before	{content:'\00AB'}
Q:after		{content:'\00BB'}
Q q:before	{content:'\201E'}
Q q:after	{content:'\201C'}

SUB,
SUP {position:relative; font-size:11px}
SUB {top: 5px}
SUP {top:-5px}