/* Stili Generali */

BODY TH, TD { 	font-size : medium;
				font-family : "Comic Sans MS", cursive, sans-serif;
				color : #000099;
				margin: 0pt;
}
		

TABLE {margin: 0;}


P {
	font-size : medium;
	font-family : "Comic Sans MS", cursive, sans-serif;
	color : #000099;}

P.DD {
	font-size : small;
	font-family : "Comic Sans MS", cursive, sans-serif;
	color : #000099;	
	margin-left: 5%;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

P.DT {
	font-size : small;
	font-family : "Comic Sans MS", cursive, sans-serif;
	color : #000099;
	margin-bottom: 0pt;
	margin-top: 10pt;
}

H1  {
	font-size : x-large;
	font-family : "Comic Sans MS", cursive, sans-serif;
	text-align : center;
	color : #000099;
}

H2  {
	color : #000099;
	font-family : "Comic Sans MS", cursive, sans-serif;
	font-size : large;
	font-weight : bold;
	text-align : center;
}

H3  {
	color : #808000;
	font-family : "Comic Sans MS", cursive, sans-serif;
	font-size : large;
	font-weight : bold;
	text-align : left;
	margin-left: 40;
}

A  {
	color : #663366;
	font-weight : bold;
}

A:Visited  {
	color : red;
}

A:Active  {
	color : #3366FF;
	font-weight : bold;
}

A:Hover  {}

/*Stile per le sfumature azzurre*/

.A {
	color: #3366FF;
}

.AA  {
	color: #6666FF;
}


.Indice  {
	color : #000099;
	font-family : "Comic Sans MS", cursive, sans-serif;
	font-size : small;
	font-weight : bold;
	text-align : left;
	margin-bottom: 0pt;
	margin-top: 0pt;
}

/* Stili per i box laterali */
Div.BoxLaterale  {
	background-color : white;
	padding : 10;
	border-left-width : thin;
	border-right-width : medium;
	border-top-width : thin;
	border-bottom-width : medium;
	float : right;
	width : 300;
}

P.TxtLaterale {
	font-size : x-small;
	margin-left : 0;
	margin-right : 0;
}

H1.TxtLaterale {
	font-size: medium;
}
