	
	body {
text-align:center; /* centra in Explporer */
	font-family : Garamond, Helvetica, sans-serif;
	
	
}

#container {
	width:80%;

	color:#ffffff;

	margin:0 auto;
	text-align:center;
	}

.testo {
	font-family : Garamond, Helvetica, sans-serif;
	color:white;
	font-weight:bold
}

a:link {
	font-family : Garamond, Helvetica, sans-serif;
	color:RED;
	font-weight:bold
	}
	
		
	a:visited{
	font-family : Garamond, Helvetica, sans-serif;
	color:RED;
	font-weight:bold;
	}
	
	a:hover {
	font-family : Garamond, Helvetica, sans-serif;
	color:BLACK;
	font-weight:bold;
	text-decoration:none;
	}

	#box1 {
	width:400px;
	border-style:dotted;
	color:#ffffff;
	border-width:1px;
	}
	#box2 {
	width:400px;	
	color:#ffffff;
		background-color:red;
	}