/* CSS Document */
body {
	background-color: #de0168;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
h1 {
	font-size: 20px;
}
.nome {
	font-size: 14px;
	font-weight: bold;
	color: #de0168;
}
.farlocco {
	font-size: 0px;
	color: #de0168;
}
.box {
	overflow: auto;
	width: 570px;
	height: 430px;
	text-align: justify;
	padding: 5px;
}
.box_note {
	overflow: auto;
	width: 300px;
	height: 350px;
	text-align: justify;
	padding: 5px;
	position: absolute;
	visibility: visible;
}
.box_intervista {
	overflow: auto;
	width: 300px;
	height: 350px;
	text-align: justify;
	padding: 5px;
	position: absolute;
	visibility: hidden;
}
.box_curriculum {
	overflow: auto;
	width: 300px;
	height: 350px;
	text-align: justify;
	padding: 5px;
	position: absolute;
	visibility: hidden;
}

.box_grande {
	overflow: auto;
	height: 445px;
}
a {
	border: 0;
	text-decoration: none;
	color: White;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #de0168;
}

img {
	border: 0;
}
a.torna {
	border: 0;
	text-decoration: none;
	color: Black;
	font-size: 14px;
	font-weight: bold;
}
a.torna:hover {
	border: 0;
	text-decoration: none;
	color: White;
	font-size: 14px;
	font-weight: bold;
	background-color: #de0168;
	padding: 2px;
}
.scheda {
	color: #DE0168;
	font-weight: bold;
}