/*** RESET ***/
body, form, p, ul, li, div, h1, h2, h3, h4, h5{
	padding:0px;
 	margin:0px;

 	list-style:none;
}

div{
 	float:left;
}

body{
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:1em;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

a:link{
 	text-decoration:none;
}

a:visited{
 	
}

a:active{
	
}

a:hover{
	text-decoration:underline;
}

/*** FIN RESET ***/