body {
	background-color: #D7EAFB; 
}

.title {
	background-color: #EEE8AA;
	border: medium dotted;
	border-color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #4169E1;
	font-style : oblique;
	font-variant : normal;
	font-weight : bold;
	text-align: center;
	position: center;
}

.testo {
	text-align: left;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : x-small;
	color: Green;
	 line-height: 180%;
}

.testo_piccolo {
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : 12px;
	font-weight: bold;
	color: Green;
}

.testo_barra {
	font-family: Verdana;
	font-size: x-small;
	color: #0000FF;
}

P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: green;
}

H1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: Red;
text-align: center;	
}

H2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: Red;
text-align: center;	
}

H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Red;
	text-align : center;
	font-style : oblique;
}

H4 { font-family: Garamond;
color: Blue;	
}

H5 {
font-family: Comic Sans MS;
color: red;
text-align: center;
}

 A:hover {
	background-color: #FFE4C4;
	font-style: oblique;
	color: #DC143C;
	text-decoration: underline;
	text-underline-position : above;
}

A:visited {
	color: Teal;
}

ul {
	list-style-image:  url(immagini/puntino.gif); 
}

