*{
	margin: 0;
	padding: 0;
}
body{
	font: lighter 14px/18px "Times New Roman", Times, Georgia, serif;
	height: 100%;
}

/* LINK */

a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #009edf;
}
a:visited{
	color: #9e0439;
}

.a, .a a{
	color: #e20079;
	font-weight: lighter;
}
.b a{
	color: #c61486;
	font-weight: lighter;
}
.c a{
	color: #aa2893;
	font-weight: lighter;
}
.d a{
	color: #8d369f;
	font-weight: lighter;
}
.e a{
	color: #714fac;
	font-weight: lighter;
}
.f a{
	color: #5563b9;
	font-weight: lighter;
}
.g a{
	color: #3913c6;
	font-weight: lighter;
}
.h a{
	color: #1c8ad2;
	font-weight: lighter;
}
.i a{
	color: #009edf;
	font-weight: lighter;
}
/* fine LINK */

hr{
	border-top-color: gray;
	border-top-width: 1px;
	margin-top: 3px;
	margin-bottom: 5px;
}
ul{
	list-style-type: none;
}
li{
	margin-top: 1px;
	margin-bottom: 1px;
}

wrapper{
	width: 1024px;
}

/* SX */

#sx{
	float: left;
	background-color: white;
	width: 310px;
}
#menu{
	margin-top: 20px;
	margin-left: 50px;
}

/* DX */

#dx{
	padding-top: 20px;
	background-color: #f2f0df;
	margin-left: 330px;
	width: 800px;
}
.eng{
	color: #009edf;	
	margin-top: 20px;
}
.ita{
	color: black;
}
p {
	margin-bottom: 20px;
}
h1{
	margin-bottom: 40px;
	padding-left: 10px;
}
h3{
	font-size: 1em;
	font-weight: lighter;
	width: 500px;
	padding-left: 10px;
}




