
/* Impostazioni generali relativizzazione dimensioni */
:root{
    --relsz: .5vw;
    --relpad: .2vw;
    --relpad3: .3vw;
}

body
{
   width: 100%;
   /* font-size: calc(8px + var(--relsz)); */
}

a
{
   color: #C8D7EB;
   text-decoration: underline;
}

a:visited
{
   color: #C8D7EB;
}

a:active
{
   color: #C8D7EB;
}

a:hover
{
   color: #376BAD;
   text-decoration: underline;
}

table.tbtitleue {
    padding-left: 20px;
	padding-right: 20px;
    margin: 0px;
	width: 100%;
}

td.tdtitleueimg {
    width: 20%;
    margin: 0px;
}

td.tdtitleuetxt {
	text-align: center;
	font-size: 1.6em;
	font-weight:bold;
    width: 60%;
    margin: 0px;
}

img.imgtitleue {
    width: 100%;      
} 

p.headerue {
	margin-top: 0px;
	font-weight:bold;
} 

p.parag {
    text-align: justify;
	width: 97%;
/*	display:flex;
	flex-direction: column; 
*/
} 
