.Align-Left {
float:left;
}

.Align-Center {
text-align:center;
}

.Align-Right {
float:right;
}

.Quote {
margin-left: 10px;
margin-right: 10px;
padding:2px;
background-color:#e9f2f8;
border:1px solid #b8cbdb;
font-family:"Courier New", Courier, monospace;
font-size: 0.9em;
}

.Red {
color:#FF0000;
}

.Blue {
color:#0000FF;
}

.Yellow {
color: #FFFF00;
}

.Green {
color: #00FF00;
}

.Titolo {
text-decoration: none; 
font-weight: bold; font-size: 1.4em;  
color: #038FAD;
}

.Cornice-Img {
border:solid 1px #b8cbdb;
background-color: #ebf6ff;
padding:5px;
margin:0 2px 3px 2px;
}