html {
	height: 100%
	}

body {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Verdana", "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000033;
	}

#orienta {
	font-family: sans-serif;
	font-size: 10px;
	text-align: left;
	color: blue;
	width: 243px;
	} 

.tasto		{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	height: 15px;
	padding: 3px;
	background-color: #FFCC66;
	border: 1px solid #FFFF33;
	text-decoration: none;
	margin: 0px;
	width: 67px;
	text-align: center;

	}

a.tasto		{
	background-color: #CC9900;
	}
			
a.tasto:hover {
	background-color: #FF9900;
	font-weight: bold;
	font-size: 10px;
	}

a.tasto:active {
	background-color: #FFCC66;
	font-weight: bold;
	
	}

a.menu, a.menu:visited {
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
	}

a.menu:hover {
	font-weight: bold;
	text-decoration: none;
	color: red;
	}
	
a.menu1, a.menu1:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}

a.menu1:hover {
	font-weight: bold;
	text-decoration: none;
	color: red;
	}	

a.menu2, a.menu2:visited {
	color: #CC9900;
	font-weight: bold;
	text-decoration: underline;
	}

a.menu2:hover {
	font-weight: bold;
	text-decoration: none;
	color: red;
	}	

a.menu3, a.menu3:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a.menu3:hover {
	text-decoration: none;
	color: red;
	}	

.modpiccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px groove #006600;
	color: #336699;

	}

.bak2top {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #336699;
	border: 1px solid;
	border-color: #6699CC;
	padding: 3px;
	margin: 0px;
}

.testata {
	position:absolute; 
	text-align:left; 
	left:0px; 
	top:0px; 
	width:779px; 
	height:80px; 
	z-index:2; 
	color:#CC9900; 
	font-family:cursive;  
	font-size:30px; 
	background-color: #FFFF99;  
	border: 1px none #000000;
	}

.corpo {
	position:absolute; 
	left:0px; 
	top:79px; 
	z-index:1; 
	color:#000066; 
	text-align:justify; 
	width:779px; 
	padding:10px; 
	border: 1px none #000000; 
	background-color: #99CCFF; 
	}

.barraMenu	{
	position:absolute;
	top:45px; 
	left:444px;
	}	
