﻿html, body
{
    width: 100%;
    height: 100%;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, table, thead, tbody, tr, td
{
    padding: 0;
    margin: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td
{
    vertical-align: middle;
}
fieldset, img
{
    border: none;
}
object
{
    outline: none;
}
a
{
    text-decoration: none;
	outline-style: none;
}
ul li
{
    list-style: none;
}