/* elementi HTML standard */

*{
	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: black;
}
A{
	color: #DC3232;
}
A:HOVER{
	color: RED;
}
P{
	text-align: justify;
}

/* su sfondo rosso */

.redbg{
	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: white;
}
.redbg A{
	color: White;
	font-weight: bold;
}
.redbg A:HOVER{
	color: yellow;
	font-weight: bold;
}

.Menu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	border: 1px solid white;
	background-color: #DC3232;
	width: 130px;
	white-space: nowrap;
	text-align: center;
}
.Menu A{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.Menu A:HOVER{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

