<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* labtel03.css, 29.08.2005 - Gabriele Poli                       */
/* foglio di stile per sito LabTele, http://labtele.det.unifi.it/ */
/* ottimizzato per Netscape e Mozilla                             */

body { background: #FFFFFF; margin:0;}

a.testa:link    { border-color: #000000; }
a.testa:visited { border-color: #000000; }
a.testa:hover   { border-color: #A00000; }

a.menu:link     { text-decoration: none;      color: #000000; }
a.menu:visited  { text-decoration: none;      color: #000000; }
a.menu:hover    { text-decoration: underline; color: #A00000; }

a.pag:link      { text-decoration: none;      color: #0066CC; }
a.pag:visited   { text-decoration: none;      color: #0066CC; }
a.pag:hover     { text-decoration: underline; color: #707070; }

#pag h2     { font: 16pt/16pt arial; text-align: left; font-weight: bold; color: #888888; padding-left: 0; }

a.mancante    { text-decoration: none; color: #0066CC; }

h1.testa        { font: 20pt/20pt arial; text-align: center; color: #000000; }
h2.testa        { font: 16pt/16pt arial; text-align: center; color: #888888; }

li.menu         { font: 10pt/16pt arial; }
h1.menu         { font: 10pt/12pt arial; text-align: left; font-weight: bold; color: #A00000; }
h2.menu         { font: 9pt/10pt arial; text-align: left; font-weight: bold; color: #000000; padding-left: 10px; }
h3.menu         { font: 9pt/11pt arial; text-align: left; color: #000000; padding-left: 15px; }
h4.menu         { font: 8pt/9pt arial; line-height: 6pt; text-align: center; color: #A00000; }
h5.menu         { font: 8pt/9pt arial; line-height: 6pt; text-align: center; color: #000000; }

h1 { font: 20pt/20pt arial; line-height: 1.0em; text-decoration: none; text-align: center; color: #D0D0D0; }
h2 { font: 18pt/18pt arial; line-height: 1.0em; text-decoration: none; text-align: center; color: #606060; }
h3 { font: 16pt/16pt arial; font-weight: bold;  text-decoration: none; text-align: center; color: #A00000; }
h4 { font: 14pt/14pt arial; text-decoration: none; text-align: center; color: #000000; }

td { font: 10pt/16pt arial; }
th { font: 10pt/16pt arial; }

#pag.cent {text-align: center;}


#testa {
	margin: 0 0 0 0;
	border: 0 0 0 0; 
	padding: 0 0 0 0;
	float: left;
	width: 99%;
	height: 20%;
	/*background-image: url(Fac_Ingegneria_FI.png);*/
	background-image: url(box_100_3CC.png);
	background-repeat: repeat;
}


#menu  {
	color: #000000;
	font: 10pt/16pt arial;
	text-align: left;
	border-right: thin solid #A00000;
	border-bottom: thin solid #A00000;
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: 0 2% 0 0;
	float: left;
	width: 18%;
	height: auto;
	min-height: 80%;
	background-image: url(box_100_3CC.png);
	background-repeat: repeat;
}


#pag   {
		background: #FFFFFF;
		color: #000000;
		font: 10pt/16pt arial;
		text-align: justify;
		margin: 0 0 0 0;
		border: 0 0 0 0;
		padding: .5% 1% .5% 1%;
		float: left;
		border-top: thin solid #A00000;
		/*border-left: thin solid #A00000;*/
		width: 75%;
		min-height: 76%;
		height: auto;
}

#film_sx {float:left;
}
#film_dx {float:right;
}
#footer_pag {
	clear: both;
	margin: 0 auto 0 auto;
}</pre></body></html>