/* CSS Document */

body {
	margin-top: 0px;
	background-color: #000000;
	background-image: url(bck.jpg);
	background-repeat: repeat-x;
}
.Stile1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Stile2 {color: #FF9933}
.Stile3 {color: #FFFFFF}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #FF993300;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
-->