﻿/* PUBBLICAZIONE CARATTERI */
@font-face {
    font-family: 'Corbel';
    src: url('Fonts/corbel-webfont.eot');
    src: url('Fonts/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/corbel-webfont.woff') format('woff'),
         url('Fonts/corbel-webfont.ttf') format('truetype'),
         url('Fonts/corbel-webfont#corbel') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ALLINEAMENTO CARATTERE */
.ALIGN_RIGHT    {text-align:right;}
.ALIGN_LEFT     {text-align:left;}
.ALIGN_JUSTIFY  {text-align:justify;}
.ALIGN_CENTER   {text-align:center;}

/* COLORI CARATTERE */
.CARATTERE_BIANCO   {color:white; text-decoration: none;}
.CARATTERE_BIANCO_SOTTOLINEATO   {color:white;}
.CARATTERE_NERO     {color:black; text-decoration: none;}
.CARATTERE_ROSSO    {color:red; text-decoration: none;}
.CARATTERE_VERDE    {color:#52B529; text-decoration: none;}
.CARATTERE_BLU    {color:blue; text-decoration: none;}

/* PAGINE_AGGIORNAMENTI */
.CARATTERE_AGGIORNAMENTI {font-family:Corbel;}