@charset "iso-8859-1";
* { margin: 0; padding: 0; /* padronizando nos navegadores */ }

/* ESTILO DO BODY (Corpo da página) */
html {
height:100%;
overflow-x:hidden;
}

body {
height:100%; 
margin:0; 
padding:0;
background-color:#fff;

}

/* prepares the background image to full capacity of the viewing area */
form{
padding:0px;
margin:0px;
}

ul,li{
margin:0px;
padding:0px;
}

ul{
list-style-type:none;
}

a, a:link, a:visited {
text-decoration:none;
color:#000;
cursor:pointer;
}

a:hover {
text-decoration:underline;
color:#000;
cursor:pointer;
}

img {
border:0px;
display:block;
}
