/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.style1 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
}

.styleTesto {
	color: #AAAAAA;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
}

.styleTestoGrande {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Courier, mono;
}

.stileLinkMenu {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
}
.stileLinkMenu a:hover {
	font-size: 12px; 
	color: #FF6600; 
	font-family: "Courier New", Courier, mono;
	text-decoration: none; 
}
.stileLinkMenu a       {
	font-size: 12px; 
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	text-decoration: none; 
}