.paragrafo1 {
	position:relative;
	background-color:#EEEAD5;
	width:1000px;
	height:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:auto;
	margin-top:30px;
}

.titolo {
	position:relative;
	top:30px;
	font-size:36px;
	line-height:1.8;
}

.Link {
    background: transparent;
    opacity: 1.00;
}
a {
    color: #000;
    text-decoration: underline;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #912311;
    text-decoration: underline;
}

.Validator {
	position:absolute;
	top:540px;
	left:905px;
}