﻿/*Stili personali*/
.style_bold {
	font-weight: 700;
	text-align: right;
}
.style_italic_center {
	font-style: italic;
	text-align: center;
	margin:0;
	margin-bottom: 20px;
}
.style_italic_dx {
	font-style: italic;
	text-align: right;
}
.style_italic_sx {
	font-style: italic;
	text-align: left;
}

.style_italic_bold
{
	font-style: italic;
	font-weight: bold;
}
.sposta_testo_dx
{
	padding-left: 20px;
}
h2
{
	margin: 0;
	margin-bottom: 0px;
	margin-top: 30px;
}

.center
{
	text-align: center;
}
