/* CSS Document */
/* Remove unwanted elements */
#hide
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content_home
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
/*.lighttext
{
color: #000 
}*/

body,td,th {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
}

/* Improve colour contrast of links */
a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}

/* Nascondi / Visualizza elementi */
.screen_output {
        display: none;
    }
.print_output {
        display: inline;
    }*/
