/* CSS Document */

body{
	margin-top:0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #8F2C5A;	
	background:#8F2C5A url(../img/sfondo.jpg) left top no-repeat;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #6A3B35;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#cc0000;
	list-style-image:url(../img/menu_home.jpg);
}

a:active{
	text-decoration: underline;
	color:#cc0000;
}

box{
	position:absolute;
	background-image: url(../home.jpg) top center no-repeat;
	width:320px;
	height:277px;
}
.news_up{
	background:#EABBDD url(../img/news_up.jpg) top no-repeat;
	width: auto;
	height:20px;
	font: bolder 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.news_down{
	background:#EABBDD url(../img/news_down.jpg) top no-repeat;
	width: auto;
	height:20px;
}
.marquee{
	width:600px;
	height:20px;
	background-color: #D09EC3;
}
.sfondo{
	width:600px;
	height: auto;
	background: #EABBDD;
}
.riga{
	width: 445px;
	height: 1px;
	background-color:#D09EC3;
}
.form{
	font-size:18px;
	color: #EABBDD;
}

