/* STYLE.CSS Foglio di stile - Introini Marco 1999*/

inline  {
	color : green;
	font-size : small;
	font-family : Arial;
}

P  {
	font-family : Arial;
	font-weight : normal;
	font-size : 10pt;
}

H1  {
	font-family : Arial;
	font-size : 14pt;
	font-style : normal;
	color : #0000BB;
	text-decoration : none;
}

H2  {
	font-size : 12pt;
	font-family : Arial;
	color : Green;
	text-decoration : none;
}

H3  {
	font-size : 10pt;
	font-family : Arial;
}

H4  {
	font-family : Arial;
	font-size : 8pt;
}

H5  {
	font-family : Arial;
	font-size : 8pt;
	color : #0000BB;
}

H6  {
	font-family : Arial;
	font-size : 8pt;
	color : #000000;
}

SELECT  {
	font-family : Arial;
	color : black ! important;
}

INPUT  {
	font-family : Arial;
	color : black ! important;
}

TD  {
	font-family : Arial;
	color : #544C66 ! important;
	font-size : 10pt;
	text-decoration : none;
}

A  {
	color : #0000BB;
	text-decoration : none;
	font-size : 10pt;
	font-family : Arial;
}

A:Visited  {
	color : #0000BB;
	text-decoration : none;
	font-size : 10pt;
	font-family : Arial;
}

A:Active  {
	font-size : 10pt;
	font-family : Arial;
	color : #0000BB;
	text-decoration : none;
}

A:Hover  {
	text-decoration : none;
	font-size : 10pt;
	font-family : Arial;
	color : Red;
}

BODY  {
	font-family : Arial;
	background : white ! important;
	color : black;
	font-size : 10pt;
}

