@import url(styles.css);

body {
	color: #000000;
	background: White none;
}
table {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
}

.pulsante  {
	background : White;
	color: Black;
	border : 1px Black;
}

textarea {
	background : White;
	color: Black;
}

A  {
	color : Black;
	font-weight : bold;
}
A:link{color:Black}
A:visited{color:Black}

.foto {
	border: 1px solid Black;
}

ul.menu {
	color: Black;
}

.div_modulo {
	border: 1px solid Black;
}

input {
	font-size : 1em;
	background : White;
	color: Black;
}

.intestazione {
	background : White;
	color: Black;
}

div#bandiere, div#menu_top, div#menu_left, div#menu_right, div#stampa {
	display: none;
}
div#centrale{
	margin:0;
}