body {
	background: url(pattern.jpg) repeat;
	font-family: "Tahoma"; 
	font-size: 11px;
	color: black;
}

a:link {
	color: #3f3f3f;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #acacac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #3f3f3f;
	font-weight: bold;
}

.titolo {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.sottotitolo {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.titoletto {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#splash {
	position: absolute;
	width: 523px;
	height: 515px;
	left: 50%;
	margin-left: -261.5px;
	top: 50%;
	margin-top: -257.5px;
}

	#validator {
		position: relative;
		width: 179px;
		height: 31px;
		margin-left: auto;
		margin-right: auto;
		top: -35px;
	}
