body
{
    	scrollbar-face-color: #1f2727;
    	font-size: 10px;
    	scrollbar-highlight-color: #333333;
    	scrollbar-shadow-color: #222222;
    	color: white;
    	scrollbar-3dlight-color: #888888;
    	scrollbar-arrow-color: #ff9900;
    	scrollbar-track-color: #4e4d4d;
    	background-repeat: repeat;
    	font-family: Verdana;
    	scrollbar-darkshadow-color: #111111;
    	background-color: #000000;
	padding: 0;
	margin: 0px;
	background-attachment:fixed;
	width: 100%;
	height: 100%;
	text-align: center;
}

.container{
	width: 540px;
	height: 342px;
	margin: 0 auto;
    background-color: #000000;
	background-image: url(../grafica/info/tabellacornicegrande.gif);
	border: 0px;
	float: center;
	padding:0;
}

.screen{
	width: 500px;
	height: 300px;
	margin: 20px;
	background-color: white;
	background-repeat: repeat;
	float: center;
	padding:0;
}
.menu{
	width: 540px;
	height: 113px;
	margin: 0 auto;
    	background-color: #000000;
	background-image: url(../grafica/info/cornicepubbl.gif);
	border: 0px;
	float: center;
	padding: 0px;
}

a:LINK{
	color : white;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	margin-top: 4px;
}
a:VISITED{
	color : white;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a:ACTIVE{
	color : white;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a:HOVER{
	color : gold;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

input,textarea,button, select,option{
	font-family: Verdana; 
	font-size: 10px;
}

img {
	border: 0px;
	margin: 2px;
}

.bottone {
	border: 0px;
	margin: 0px;
	margin-top: 28px;
}

.TitoloGrande {
	color : red;
    	font-size: 18px;
	font-weight: bold;
}

.TitoloPiccolo {
	color : red;
    	font-size: 14px;
	font-weight: bold;
}

.Testo {
	color : white;
    	font-size: 10px;
	text-align: justify;
}