* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,ol {
    list-style: none;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

fieldset,img {
    border: none;
}

