@charset "utf-8";
/* CSS Document */
body {
	background-color:#f9f9f9;
	border:0;
}
.home {
	background-image:url(../images/home.jpg);
	width:963px;
	height:723px;
	background-repeat:no-repeat;
}
.news {
	background-image:url(../images/news.jpg);
	width:963px;
	height:723px;
	background-repeat:no-repeat;
}
.message {
	background-image:url(../images/key_message.jpg);
	width:963px;
	height:723px;
	background-repeat:no-repeat;
}
.key {
	background-image:url(../images/key.jpg);
	width:963px;
	height:723px;
	background-repeat:no-repeat;
}
.authors {
	background-image:url(../images/aut.jpg);
	width:963px;
	height:723px;
	background-repeat:no-repeat;
}
.edi {
	background-image:url(../images/edi.jpg);
	width:963px;
	height:723px;
	background-repeat:no-repeat;
}
.cido {
	background-image:url(../images/cido.jpg);
	width:963px;
	height:723px;
	background-repeat:no-repeat;
}
.virtua {
	background-image:url(../images/virtual.jpg);
	width:963px;
	height:723px;
	background-repeat:no-repeat;
}
.titolo_home {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bolder;
}
.menu_nero a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: bolder;
	text-decoration:none;
}
.menu_rosso {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F00;
	font-weight: bolder;
	text-decoration:none;
}
.menu_rosso a {
	color:#F00;
	text-decoration:none;
}
.summaries a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: bolder;
	text-decoration:none;
}
.menu_bianco {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	font-weight: bolder;
	text-decoration:none;
}
.menu_bianco a {
	color:#fff;
	text-decoration:none;
}
.testo{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

