BODY  {
	font-family : Arial, Helvetica;
	background-color : White;
}

A {
	color : Blue;
	text-decoration : none;
}



A:Hover  {
	color : Blue;
	text-decoration : underline;
}



h1  {
	width : 100%;
	font-family : arial;
	font-size : 20px;
	color : white;
	background-color : darkblue;
	text-transform:uppercase;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width :0px;
	border-top-width : 0px;
	padding-left : 5px;
}

h2  {
	font-family : arial;
	font-size : 18px;
	text-transform:uppercase;
	color : #00008B;
}

h3  {
	color : Navy;
	font-size : 16px;
	font-family : arial;
	font-style : italic;
}

.corpo {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : justify;
}

.piccolo {
	font-family : Arial;
	color : Black;
	text-decoration : none;
	font-size : 10px;
}
.menu {
	font-family : Arial;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
	color : White;
}

.titolo {
	font-family : Verdana;
	color : White;
	font-size : 16px;
}

.autore  {
	font-size : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #2F4F4F;
	text-decoration : none;
}

.dida  {
	font-size : 12px;
	font-family : sans-serif;
	font-weight : normal;
	font-style : italic;
	color : Navy;
	text-decoration : none;
}

