html {
	background-color: Black;
}
body {
	background-color: White;
}

div {
	background-color: Black;
	font-family: "Bookman Old Style";
	font-size: 15px;
	white-space: pre;
	color: White;
	top: 410px;
	left: 130px;
	width: 400px;
	position: absolute;
}
.nome {
	width: 300px;
	top: 50px;
	left: 60px;
	background-color: White;
	color: Black;
	font-size: 30px;
	font-weight: 600;
	font-family: Garamond;
}
.cognome {
	width: 300px;
	top: 90px;
	left: 120px;
	background-color: White;
	color: Black;
	font-size: 30px;
	font-weight: 600;
	font-family: Garamond;
}
.traduzioni {
	width: 170px;
	top: 239px;
	left: 380px;
	background-color: White;
	color: Black;
	font-family: "Book Antiqua";
	
	font-size: 16px;
	font-weight: 600;
	border: 1px solid;
	border-right-color: White;
	border-top-color: White;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.interpretariato {
	width: 180px;
	top: 299px;
	left: 500px;
	background-color: White;
	color: Black;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid;
	border-right-color: White;
	border-top-color: White;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-family: "Book Antiqua";
}
.linea {
	background-color: White;
	border: 1px solid;
	width: 7px;
	top: 271px;
	border-top-color: Black;
	border-right-color: Black;
	font-size: 7px;
	left: 372px;
}
.lineadue {
	background-color: White;
	border: 1px solid;
	width: 7px;
	top: 331px;
	border-top-color: Black;
	border-right-color: Black;
	font-size: 7px;
	left: 492px;
}

img {
	top: 180px;
	left: 120px;
	position: absolute;
}
.pietro {
	top: 60px;
	left: 360px;
}
.mister {
	top: 110px;
	left: 590px;
}
a {
	text-decoration: none;
	color: Black;
}
.lingue {
	color: White;
}




