body
{
	margin: 0; padding: 0;
	font-family: 'Droid Sans', arial, sans-serif;
	text-align: center;
	color: #000;
}


	    *{
                margin:0;
                padding:0;
            }
html, body {
    height: 100%;
}
	
 

/* hack per eliminare link dashed su mozilla e ie */
*:active,
*:focus
{
    -moz-outline-style: none;
	outline: none;
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;
}

.hide
{
	display: none;
}

strong
{
	font-weight: bold;
}
a
{
	color: #a00;
}



