body { /* Queste sono le regole generali del corpo della pagina */
font-family:verdana;
font-size:12px;
color:#000000;
background:#ffffff;
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6 { /* Queste sono le regole generali degli titoli */
font-family:"Verdana";
font-size:12px;
color:#760609;
font-weight:600;
margin:0;
padding:0;
}
h1 { /* testo justify */
font-size:120%;
text-align: center;
}
h2 { /* testo justify */
font-size:90%;
}
h3 { /* testo justify */
font-size:100%;
text-align:left;
}
p { /* testo justify */
font-weight:400;
margin:0;
padding:10px;
text-align:justify;
}
.p1 { /* testo center */
font-weight:400;
margin:0;
padding:0;
text-align:center;
}
.p3 { /* testo piccolo */
font-family:verdana;
font-size:9px;
font-weight:400;
color:#000000;
margin:0;
padding:0;
text-align:center;
}
.p4 { /* testo center 5 x mille*/
color:#760609;
font-weight:600;
margin:0;
padding:0;
text-align:center;
font-size:14px;
}
a.evid { /* Le regole per stilizzare i collegamenti */
color:#000000;
font-size:120%;
font-weight:600;
text-decoration:none;
background: #FFCC00;
}
a.evid:visited {
color: #000000;
font-size:120%;
font-weight:600;
text-decoration:none;
background: #FFCC00;
}
a.evid:hover {
color:#000000;
font-size:120%;
font-weight:600;
text-decoration:none;
background: #FFCC00;
}
a { /* Le regole per stilizzare i collegamenti */
color:#760609;
text-decoration:none;
}
a:visited {
color:#993300;
text-decoration:none;
}
a:hover {
color:#996600;
font-size:100%;
text-decoration:none;
}

table.tabella1 {
	width : 750px;
	height : 100%;
}

.cella1 {
	width : 150px;
}
table.tabella2 {
	width : 140px;
	height : 100%;
}
table.tabella3 {
	width : 750px;
	height : 50px;
	background : url(images/logo.jpg);
}
