P  {
	font-size : small;
	font-family : arial;
	text-align : justify;
}

H1  {
	font-size : x-large;
	font-family : arial;
	text-align : center;
	color : Red;
	font-weight : bold;
}

H2  {
	font-size : large;
	font-family : arial;
	font-weight : bold;
	color : Red;
	text-align : center;
}

H3  {
	font-family : arial;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

ul  {
	font-size : medium;
	font-family : arial;
	font-weight : normal;
	color : Blue;
}

p.piccolo  {
	font-size : x-small;
	font-family : arial;
	text-align : justify;
	text-indent : 0;
	margin-left : 10;
	margin-right : 10;
}

h3.titolino  {
	font-size : small;
	font-family : arial;
	font-weight : bold;
	color : Blue;
	text-align : center;
}


