body 
{
	background-color: #000000;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-align:justify;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(images/sfondoMain_1080_136h_crop.jpg);
}

/* titoli delle news (data update)*/
h1
{
	text-align: left;
	font-size: 14px;
	color: #9966FF;
}	

h2
{
	text-align: center;
	font-size: 14px;
	color: #9966FF;
}

/*titoli delle news (data update) come body, ma in bold*/
h3
{
	font-family: arial;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
table
{
	background-color:transparent;
	/*background-color: #000000;*/
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	/*color: #FFFFFF;*/
}
table.body /*tabella x il body del mainframe */
{
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	background-color:transparent;
	color: #FFFFFF;
	/*background-color: #000000;*/
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}
/*footnote*/
p.foot
{
	font-family: arial;
	font-size: 10px;
}

a
{
	color: #9966FF;
	text-decoration: underline;
	border: none;
}
/*
a:link
{
	color: #9966FF;
	text-decoration: underline;
	border: none;
		
}
*/
a:hover 
{
	color: #9966FF;
	text-decoration: none;
}

a:active 
{
	text-decoration: underline;
}