P  {
	text-align : justify;
}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : underline;
	color : #800000;
}

A:Visited  {
	text-decoration : underline;
	color : #008080;
}

A:Active  {
	text-decoration : underline;
	background-color : #008000;
	color : #00FFFF;
}

A:Hover  {
	text-decoration : underline;
	color : #00FFFF;
	background-color : #008080;
}

BODY  {
	font-size : small;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : #008080;
	text-decoration : none;
	background : url('images/sfondofoglia.jpg');
}


