.sottotitolo {
	font-family: "Goudy Old Style";
	font-size: 20px;
	font-weight: lighter;
	color: #333333;
}
.titolo {
	font-family: "Goudy Old Style";
	font-size: 30px;
	color: #FF0066;
	font-weight: lighter;
}
.testo {
	font-family: "Goudy Old Style";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	letter-spacing: normal;
	/** i've changed this from "text-align: left; " to justify, 
	generally looks nicer in block layout. but you can change it back 
	to left, whatever way you prefer */
	text-align: justify;
	word-spacing: normal;
	font-weight: lighter;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-family: "Goudy Old Style";
	font-weight: lighter;
}
.disattivo {
	color: #333333;
	font-family: "Goudy Old Style";
}
a:active {
	color: #333333;
	text-decoration: none;
	font-family: "Goudy Old Style";
	font-weight: lighter;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-family: "Goudy Old Style";
	font-weight: lighter;
}
a:hover {
	color: #FF0066;
	text-decoration: none;
	font-family: "Goudy Old Style";
	font-weight: lighter;
}
.navigazione {
	font-family: "Goudy Old Style";
	color: #333333;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff0066;
	font-weight: lighter;
}
.parentesi {
	color: #333333;
	font-family: "Goudy Old Style";
	font-size: 24px;
	font-weight: lighter;
}
.titolointervista {
	font-family: "Goudy Old Style";
	font-size: 24px;
	color: #FF0066;
	font-weight: lighter;
}
.domande {
	font-family: "Goudy Old Style";
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.notepagina {
	font-family: "Goudy Old Style";
	font-size: 14px;
	font-weight: lighter;
}
.titoletto {
	font-family: "Goudy Old Style";
	font-size: 16px;
	font-weight: normal;
	color: #FF0066;
}

/** The main style, thats the outer container holding all the html */
.main{
	margin-left: 50%;
	position: relative;
	/** change left and width value to change the width of the outer container */
	left: -250px;
	width: 500px;
	margin-right: 50%;
}
.linea {
	font-family: "Goudy Old Style";
	font-weight: lighter;
	text-align: justify;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0066;
}
.lineasotto {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
	font-family: "Goudy Old Style";
	font-weight: lighter;
	color: #FF0066;
}
.autore {
	font-family: "Goudy Old Style";
	font-size: 20px;
	font-weight: lighter;
	color: #FF0066;
}
.sotto {
	font-family: "Goudy Old Style";
	padding-top: 1px;
}
