/* CSS Document */
body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #1E1E1E;
	margin-left: 100px;
	margin-right: 100px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Stile1 {color: #FFFFFF}
.Stile2 {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
}
.Stile3 {color: #079ADF}
.Stile4 {
	font-size: 12;
	font-weight: bold;
}
a:link {
	color: #079ADF;
	text-decoration: none;
}
a:visited {
	color: #079ADF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #079ADF;
	text-decoration: none;
}
.Stile5 {color: #FF9900}
