/*  By Anna Olivieri 11-11-2004 */

/*definizione di*/
BODY{
	margin-left : 2px;	
	margin-right : 2px;
	
	font-family : Georgia, Comic Sans ;
	font-size : 10pt;
	scrollbar-base-color: "#9966FF";
	scrollbar-arrow-color: "#FFFFCC";
	}
/*attributi per la definizione dei link visitato-normale-evidenziato passaggio mouse*/
A:VISITED{
	text-decoration: none;
	color : pink;
	}
	
A:LINK{
	text-decoration: none;
	color : "#FFCCFF";
	}

A:HOVER{
	text-decoration: none;
	Color : "#FFFFCC";
	}

/*attributi per la definizione di tabella e di singole celle*/
	
TABLE {	
	color : "#993300";
	font-family : Georgia;
	font-size : 30pt;
	
	}	

TABLE.1 {	
	font-family : Tahoma;
	font-size : medium;
	font-color : "#FFCC00";
	text-align: center;
	
	}	

/*attributi per la definizione di titoli e classi di testo*/

H1 {	
	color : "#9933FF";
	font-family : TAHOMA;
	font-size : 30pt;
		}	

H2 {	
	color : blue;
	font-family : Tahoma;
	font-size : 12pt;
	background : trasparent;
	}	
H3 {	
	color : royalblue;
	font-family : Arial;
	font-size : 24pt;
	background : lightyellow;
	}	
H4 {	
	color : royalblue;
	font-family : Comic;
	font-size : 20pt;
	background : white;
	}	
H5 {	
	color : lightblue;
	font-family : Arial;
	font-size : 16pt;
	background : darkorchid;
	}	
H6 {	
	color : darkblue;
	font-family : Verdana;
	font-size : 10pt;
	background : orchid;
	}	

P {	
	color : "#9922FF";
	font-family : Verdana;
	font-size : small;

	}

P.testo2 {	
	color : midnightblue;
	font-family : Verdana;
	font-size : 10pt;
	font-style : oblique;
	background : #7B68EE;
	}	