a { text-decoration: underline; color: black; }
a.visited { text-decoration: underline; color: black; }
a.hover { text-decoration: underline; color: red; }

a.linkposta { text-decoration: underline; color: #cc0000; }
a.linkposta:hover { text-decoration: underline; color: red; }
a.linkposta:visited { test-decoration: underline; color: #cc0000; }

hr.barretta { background-color: #cc0000; }

p.slogan a { text-decoration: underline; color: white; }
p.slogan a:hover { text-decoration: underline; color: yellow; }
p.slogan a:visited { test-decoration: underline; color: navy; }

p.piedipagina a { text-decoration: underline; color: red; }
p.piedipagina a:hover { text-decoration: underline; color: yellow; }
p.piedipagina a:visited { test-decoration: underline; color: navy; }



a { text-decoration: underline;  }
a:hover { text-decoration: underline; color: red; }
a:visited { test-decoration: underline; }

p.titolo { 
	font-size:28pt; 
	font-weight: bold; 
        font-family: Arial;
	color: #cc0000; 
	line-height:120%;	
	padding: 0;
	margin-bottom: 20px;
}


p.sottotitolo { 
	font-size:14pt; 
	font-weight: bold; 
	color: #cc0000; 
	line-height: 100%; 
	padding: 0;
	margin: 0;
}


p.contatti{ 
	font-size:10pt; 
	font-weight: bold; 
	color: #cc0000; 
	line-height: 150%; 
	padding: 0.2em;
	margin: 0.5em;
}

p.slogan { 
	font-size:12pt; 
	font-weight: bold; 
	color: white; 
	line-height: 130%; 
	padding: 0.4em;
	margin: 0;
        text-align: right;
}

p.piedipagina { 
	font-size:10pt; 
	font-weight: normal; 
	color: black; 
	line-height: 150%; 
	padding: 0.4em;
	margin: 0;
}


div.scatola {
	background-color: #fffded;
	border: 2px solid #cc0000;
	margin: 5px;
	padding: 0;
}


body {
	
        margin-left: auto;
        margin-right: auto;
	background: white;
	color: #000;
	width: 95%;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#intestazione { 
        margin-top: 0.3em;
	height: 150px; 
	background: white; 
	border-top: 2px solid #cc0000;
	text-align: left;

}

#slogan { 
	background: #cc0000; 
	text-align: right;
}

#pie-di-pagina { 
        border-top: 2px solid black;
	background: white; 
	text-align: left;
        clear: left;
}

#corpo {
	width: 95%;
	background: transparent;
	text-align: center;
        margin-left: auto;
        margin-right: auto;
}


#colonna-2 {
        
        witdh: 100%;
        padding: 15px;
       	background-color: white;
}
td.mFotoRigaCambioPagina {
       font-family: sans-serif;
        font-size:12pt; 
	font-weight: bold; 
	color: #cc0000; 
	line-height: 100%; 
        text-align: center;
        border: 1px solid red;
        padding-top: 10px;
        padding-bottom: 10px;

}
td.mFotoColonna {
        font-family: sans-serif;
        font-size:10pt; 
	font-weight: bold; 
	color: #cc0000; 
	line-height: 100%; 
        text-align: center;
        border: 1px solid red;
	padding: 20px;
	margin: 10px;
        width: 250px;
}