

/* colori del testo */

.txt-black { color:#000000; }

.txt-white { color:#ffffff; }

.txt-dark-grey { color:#333333; }

.txt-light-grey { color: #d5d5d5; }

.txt-red { color:#d10137; }

.txt-blue { color: #366c99; }

.txt-green { color: #366c99; }

.txt-lower { color: #1ba732; }

.txt-yellow { color: #dbe44c; }



/* allineamenti del testo */
.align-center { text-align: center; }
.align-right { text-align: right; }

.low{ text-transform:  lowercase; }

.upper{ text-transform:  uppercase; }

.f16
{
	font-size: 26px;
}

.txt-footer
{
	font-size: 17px;
}