﻿html
{
    font-size: 100%;
    font-weight: normal;
}

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: verdana,arial,helvetica,sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    border: none;
}

a
{
    font-weight: bold;
}
a:hover
{
    text-decoration: none;
}

table /* tables still need 'cellspacing="0"' in the markup */
{
    border-collapse: collapse; /*   border-spacing: 0; border: none;*/
}

ul
{
    list-style: none;
}

a img, :link img, :visited img, fieldset
{
    border: 0;
}

em
{
    font-style: italic;
}
strong
{
    font-weight: bold;
}


