@charset "iso-8859-1";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
	background-image:url(immagini/sf-index.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:18px;
}
a:link {
	color: #FFF;
	text-decoration:none
}
a:visited {
	color: #FFF;
	text-decoration:none
}
a:hover {
	color: #FFF;
	text-decoration: underline
}
a:active {
	color: #FFF;
	text-decoration:none
}
object
{	
	outline:none;
}