﻿@charset "utf-8";
body  {
	font-family: tahoma;
	color: white;
	font-size: 12px;
	background: #963A8F;
	margin: 0;
	padding: 0;
	text-align: center;
	font:bold;
}

a {font-family: tahoma; text-decoration: none; color: #edb7ff;} //Colore dei link

pagine a:hover {text-decoration: underline; color: #ffffff;} //Colore dei link quando c'è il mouse sopra

#testa {
	width: 700px;
	margin: 0px;
	top: 0px;
	height:217px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#center {
	width: 694px;
	background:#440f57;
	margin: 0px;
	height:450 px;
	border:#753069 solid 3px;
}
#footer {

}
/* ----------corpo---------- */
#container {
width: 700px;
background:#440f57;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
text-align:center;
border:#753069 solid 5px;
}
