/* basel.css revised 4/XI/2000 v. 1.5
style sheet for http://digilander.iol.it/elam
developed by Basello Gian Pietro
gpbasello@eudoramail.com */

body {
	background-color: #FF9F71;
	font-family: Verdana, Arial;
	font-size: x-small;
	margin-left: 3mm;
	margin-right: 3mm; }

h1 {	/* titolo pagina */
	font-family: Verdana, Arial;
	font-size: xx-large;
	text-align: center;
	font-style: normal;
	color: #800000;
	margin: 5mm;
	font-weight: bold; 	}

.small {
	/* piu' piccolo */
	font-size: x-large; }

h2 {	/* sottotitolo pagina */
	font-family: Verdana, Arial;
	font-size: x-small;
	margin-top: 0mm;
	font-style: bold; 	}

h3 {	/* [Sottotitolo] */
	font-family: Arial;
	font-size: medium;
	background: #FFA500;
	text-align: right;
	margin-left: -3mm;
	margin-right: 15%;
	margin-top: 6mm;
	margin-bottom: 1mm;
	padding-right: 2mm;
	color: #800000;
	letter-spacing: 0.5em;
	font-weight: normal;
	text-transform: uppercase; }

/* h3:first-letter {
	font-size: 120%; } */

.old {	/* titolo vecchio */
	font-family: Verdana, Arial;
	color: #800000;
	font-size: medium;
	margin-left: 0mm;
	margin-bottom: 0mm;
	background: #FFFFFF;
	text-transform: none;
	text-align: left;
	letter-spacing: 0;
	font-weight: normal;
	text-indent: 3mm; }

h4 {	/* [SottoSotto] */
	font-family: Comic Sans MS, Arial;
	font-style: normal;
	font-size: medium;
	border: dashed windowtext 4pt;
	padding: 2.0pt 2.0pt 2.0pt 2.0pt;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 10mm;
	margin-bottom: 5mm;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #408080;	}

h5 {	/* [SottoSottoSotto] */
	font-family: Arial;
	font-size: small;
	font-style: italic;
	margin-left: 5%;
	margin-bottom: 1mm;
	margin-top: 3mm;
	font-weight: normal; 	}
	
h6 {	/* riquadro rubrica */
	font-family: Verdana, Arial;
	font-size: x-small;

	margin-right: 70%;
	border: solid windowtext medium;
	padding: 1pt 5pt 2pt 5pt;
	/* background-image: url(rounded_box.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat; */

	text-transform: none;
	text-align: left;
	letter-spacing: 0;
	font-weight: bold;
	text-indent: 0mm;	}

p {	/* corpo testo */
	font-family: Verdana, Arial;
	font-size: small;
	text-indent: 3mm;
	text-align: justify;
	font-weight: bold;
	margin-bottom: 3mm;
	margin-top: 0mm; 	}

.cite {	/* citazione */
	text-indent: 0mm;
	font-style: italic;
	font-size: x-small;
	margin-left: 25mm;
	margin-right: 25mm; }

.cite2 {	/* citazione biblica */
	font-family: Times New Roman;
	font-size: small;	}	

.did {	/* didascalia (es. fondo pagina) */
	font-family: Arial;
	font-weight: normal;
	font-size: x-small;
	margin-left: 3mm;
	text-indent: 0mm;
	text-align: left; }

.note { /* footnotes */
	font-family: Arial;
	background: #D3D3D3;
	margin-bottom: 0mm }

.box {	/* riquadro attorno al testo */
	border: solid windowtext .75pt;
	padding: 1pt 5pt 2pt 5pt;
	text-indent: 0mm; }

img {	
	display: block; 
	text-align: center;
	margin-top: 5mm;
	margin-bottom: 5mm; }

.inline {
	display: inline;
	margin-top: 0mm;
	margin-bottom: 0mm; }
	
ul {
	list-style-type: disc; }

ol {
	list-style-type: decimal; }

hr {
	margin-bottom: 1mm;
	margin-top: 2mm; }

sup {	/* in apice */
	vertical-align: super;
	font-size: 79%; }

sub {	/* in pedice */
	vertical-align: sub;
	font-size: 79%; }

em {	/* evidenziazione */
	font-style: normal;
	background: #FFFF00; }

table { /* tabella */
	font-family: Verdana, Arial;
	font-size: x-small;
	text-align: center;
	margin-bottom: 5mm;
	margin-top: 5mm; 	}
