html, body, div, p, h1, h2, h3, h4, h5, h6, table, span, strong, em, u, a, img, ul, ol, li {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    list-style: none none;
	outline: 0px none;
}

a{
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active{
    text-decoration: underline;
}

input:focus{
	outline: 0px none;
}