/*** Reset CSS ***/
body, html, div, blockquote, img, label, textarea, p, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, form, a, fieldset
{
    margin: 0; padding: 0; border: 0; outline: 0;
    font-size:100%; font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

body
{
    line-height: 1.5;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
}

a:link    { color: #c2c2c1; text-decoration:none; }
a:visited { color: #c2c2c1; text-decoration:none; }
a:hover   { color: #e4e4e4; text-decoration:none; }
a:active  { color: #c2c2c1; text-decoration:none; }

/*** END Reset CSS ***/