/*** RESET ***/
body, form, p, ul, li, div, h1, h2, h3, h4{
	padding:0px;
	margin:0px;

	list-style:none;
}

div{
	float:left;
}

body{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

abbr, acronym{
	border:none;
	text-decoration:none;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

a:link{
	text-decoration:none;
}

a:visited{
}

a:active{
}

a:hover{
	text-decoration:underline;
}
/*** FIN RESET ***/