/* 

colore1 : bordo menu non selezionato

colore2 : sfondo menu non selezionato

colore3 : bordo menu selezionato

colore4 : sfondo menu selezionato

colore5 : sfondo pagina







*/

h1

{

	border-right: thin;

	border-top: thin;

	margin-bottom: 0px;

	vertical-align: baseline;

	border-left: thin;

	border-bottom: thin;

	text-align: center;

}

	

a, a:visited

{

	/* colore3  */ 

	color: #010101;

}	

a:hover { 

	text-decoration: underline; 

	/* colore4 */

	background-color: #f4f2e4;

	}

	

	

body {

	font-family: "Times New Roman", Arial, Verdana, Helvetica;

	margin: 0px;

	padding: 0px;

	text-align: justify;

	vertical-align: top;

	/* colore5 */ 

	background-color:#fbfaf4;

	}



.links {

	padding: 5px;

	font-size: 80%;

	text-align: right;

	/* colore2 */

	background-color: #edebd5;

	/* colore1 */

	border-bottom: 1px solid #666666;

	}



.back {

	padding: 5px;

	font-size: 80%;

	text-align: left;

	/* colore2 */

	background-color: #edebd5;

	/* colore1 */

	border-bottom: 1px solid #666666;

	}	

	

.titolo

{

	padding-right: 5px;

	padding-left: 5px;

	font-weight: bold;

	font-size: 200%;

	color: #000000;

	padding-top: 5px;

	/* colore1 */

	border-bottom: #666666 1px solid;

	/* colore5 */

	background-color: #fbfaf4;

	text-align: center;

}




.articolo
{
    MARGIN-LEFT: 100px;
    MARGIN-RIGHT: 100px;
    TEXT-ALIGN: justify
}

H2
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-SIZE: 120%;
    BORDER-LEFT: thin;
    BORDER-BOTTOM: thin;
    BACKGROUND-COLOR: #edebd5
}
	

.tablecontent 

{

	/* colore1 */

	border-top: 1px solid #666666;

	padding: 7px;

	vertical-align: top;

	}

	



.piccolo {

	padding: 2px;

	font-size: 70%;

	/* Colore1 */

	color: #666666;

	}



pre

{

    border-right: black 1px solid;

    padding-right: 1px;

    border-top: black 1px solid;

    margin-top: 3px;

    padding-left: 1px;

    font-size: 11px;

    background-image: none;

    padding-bottom: 1px;

    border-left: black 1px solid;

    width: 100%;

    color: #000000;

    padding-top: 1px;

    border-bottom: black 1px solid;

    background-repeat: repeat;

    font-family: 'courier new', 'courier' , monospace;

    background-color: lightgrey

}



.citazione

{

	font-style: italic;

	text-align: center;

}

	