/* FOGLIO DI STILE CVRACE */ 

body {
	align-content: center;
	background-color: #FA4903;
}

table{
	width: 100%;
	border: 1;
	padding: 5;
	border-spacing: 10;
	margin-left: auto;
	margin-right: auto;
	background: #FF8800;
}

table.centered{
	text-align: center;
}

a {
	color: #ffffff;
}

h1{
	color: #ffffff;
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	font-size: 30pt;
	height: 10pt;
}

h2{
	color: #ffffff;
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	height: 10pt;
}

h3{
	color: #ffffff;
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;
	height: 10pt;
}

h4{
	color: #ffffff;
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	height: 10pt;
}


p {
	color: #ffffff;
	font-family: "Arial";
	font-size: 10pt;
	text-align: justify;
	font-weight: normal;
	width: 100%;
	outline-width: 120%;
	align-content: center;
}

p.center {
	text-align: center;
}
p.bold {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	outline-width: 150%;
}

li {
	color: #ffffff;
	font-family: "Arial";
	font-size: 10pt;
	text-align: justify;
	font-weight: normal;
	width: 100%;
	outline-width: 120%;
	align-content: center;
}

section {
  	max-width: 100%;
	font-family: "Arial";
  	align-content: space-between;
	color: #ffffff;
	font-size: 14pt;
}

details {
  	background: #FA4903;
  	padding: 15px;
  	margin-bottom: 2px;
  	border-radius: 25px;
}


/* CLASSI GENERICHE */


.button {
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
}

.photo {
	vertical-align: top;
	width: 100pt;
	align-content: center;	
}

	