body { 
	color: black;
	background-color: #D7E6FF;
	background-image: url(immagine_sfondo.gif);
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 15px;
	SCROLLBAR-FACE-COLOR: #CFE8FF;
	SCROLLBAR-HIGHLIGHT-COLOR: #D7E6FF;
	SCROLLBAR-SHADOW-COLOR: #429FF6;
	SCROLLBAR-3DLIGHT-COLOR: #429FF6;
	SCROLLBAR-ARROW-COLOR: #0011B4;
	SCROLLBAR-TRACK-COLOR: #DDEBFF;
	SCROLLBAR-DARKSHADOW-COLOR: #D7E6FF
} /* corpo della pagina */

a:link, a:visited {
	color: #0011B4;
	text-decoration: underline;
} /* links */

a:hover, a:active {
	color: red;
	text-decoration: underline;
} /* links cambiamento al pass del mouse */


h2 {
	color: blue;
	font-family: Verdana;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} /* titolo della pagina */

h3 {
	color: green;
	font-family: Verdana;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} /* sottotitolo al titolo della pagina */

h4 {
	color: red;
	font-family: Verdana;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} /* titoletti interni alla pagina */


.puntino { vertical-align: 18%; }


.titolettiliste {
	color: red;
	font-family: Verdana;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
} /* titoletti liste */

.schedefilm {
	color: #000099;
	font-family: Verdana;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
} /* scritte grassetto schede film */


.cellaschedefilm {
	color: black;
	font-family: Verdana;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: #99CCFF;
	width: 750px;
} /* scritta TRAMA schede film */


.table1 {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	width: 750px;
} /* tabella per allineamento testo */

.table2 {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	border: 2px solid #63B0F7;
	padding: 5px 5px 5px 5px;
	border-collapse: collapse;
	} /* tabelle classiche con bordino */

.table2a {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	border: 2px solid #63B0F7;
	padding: 5px 5px 5px 5px;
	border-collapse: collapse;
	text-align: center;
} /* tabelle classiche con bordino testo centrato */

.table3 {
	color: black;
	font-family: Verdana;
	font-size: 12px;
} /* tabella elenchini inizio pagina */


.tablespez {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	border: 2px dashed #63B0F7;
	padding: 5px 5px 5px 5px;
	border-collapse: collapse;
} /* tabelle classiche con bordino */

.cellette {
	color: black;
	font-family: Verdana;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #99CCFF;
	padding-top: 3px;
	padding-bottom: 3px;
} /* cellette */


.hr {
	border: 2px solid #99CCFF;
}


