/* Style Sheet */

body {
	color: black;
	background: white;
	text-align: center;
}

a:link    {color: #0000EE; text-decoration: none;}
a:visited {color: #3366FF; text-decoration: none;}
a:active  {color: red; text-decoration: none;}
a:hover	  {color: red; text-decoration: underline;}

h1 {font: bold 28pt/29pt "Arial Black",Arial,sans-serif;}

.sinistra	{text-align: left;}
.centrato	{text-align: center;}
.destra		{text-align: right;}

.grande {
	font-family: monospace;
	font-size: 16pt;
	font-weight: bold;
}

.silver {
	color: black;
	background: #ff8512;
}

.errore {color: red;}
