/*** Reset CSS ***/
body, html, div, blockquote, img, label, textarea, p, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, form, a, fieldset, th, td
{
    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,
a:visited, 
a:active  { color: #777777; text-decoration:none; }
a:hover   { color: #c2c2c2; text-decoration:none; }
/*** END Reset CSS ***/