body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ 
    font-family: Arial, Helvetica, sans-serif; 
    color:#000000; 
    font-size: x-small;
}

body
{
    color:Black;
}

table{border-collapse: collapse; border-spacing:0;}

fieldset, img{border:0;}

address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight:normal;}

h1, h2, h3, h4, h5, h6 
{
    font-size:100%; 
    text-transform:capitalize;
}

q:before, q:after{content:'';}

.invisible 
{ 
    position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; 
}

input, select, textarea, button { font-size: 100%; }


a
{
    display:block;
    text-decoration:none;
}

a:link
{
    text-decoration:none;
}

a:visited
{
    text-decoration:none;
    color:blue;
}

a:hover
{
    text-decoration:underline;
}

a:active
{
    text-decoration:none;
}
