@charset "utf-8";
/* CSS Document */

/* default.css */
/* NB: mettere * per toglierli a tutti i tag */
body,div,form {
margin:0px;
padding:0px;
}

body{
font:100% Tahoma, Arial, sans-serif;
}

a{
text-decoration:none;
}
a:hover{
	text-decoration:underline;
	/*background-color:#600;
	padding:3px;
	border:1px solid #c0c0c0;*/
}
a:link{
	color: white;
}
a:visited{
	color: white;
}
a:active{
	color: white;
}

hr{
	height: 1px;
	border-style: none;
	color: #c0c0c0; /* need this for IE */
	background-color: #c0c0c0;  /* need this for Mozilla */
}

address{
font-style:normal;
font-size:small;
}
/*table{
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}*/

.nospace{
margin:0;
padding:0;
}
/* END default.css */


