P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-weight : bold;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
	color : Red;
}

BODY  {
	font-family : Verdana;
}

.Titolo  {
	font-family : Verdana;
	font-weight : bold;
	font-size : large;
	color : #FFFFCC;
	background-color : #6666FF;
}

.Descrizione  {
	color : #999999;
	font-family : Arial;
	font-size : medium;
	font-weight : bold;
	font-style : italic;
}

.Scheda  {
	color : #FFFFCC;
	font-family : Arial;
	font-size : medium;
	font-weight : bold;
	font-style : italic;
}

.Leggenda  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	color : #FFFFCC;
	background-color : silver;
}

.Note  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	color : #999999;
	background-color : #FFFFCC;
}
.Bibliografia  {
	font-size : small;
	font-family : Arial;
	text-align : left;
	color : #000000;
	background-color : #FFFFCC;
}

