/* CSS General document */
html, body, h1, h2, h3, h4, h5, h6, ol, ul, form {
margin:0px;
padding:0px;
}

ol, ul {
list-style:none;
}
