@media screen{

body{
	background-color:black;
	color: white;
}
.menudestra{
	width:34%; text-align:center; font-size:1.2em;
	border: 1px solid blue;
	padding:4px; position:relative; left:300px;
	cursor:pointer;
}

.menudestra:hover{
	background-color:#261;;
}

.menusinistra{
	width:40%; text-align:center; font-size:1.2em;
	border: 1px solid blue;
	padding:4px; position:relative; left:30px;
	cursor:pointer;
}

.menusinistra:hover{
	background-color:#261;;
}

#riquadrodestra{
	width:40%; text-align:justified;
	border: 1px solid purple;
	padding:4px; position:absolute; top:12px; right:10px;
	color:lightgreen;
}

.rigasora{
	background-color:#533; border:1px solid #c44;
	padding:0px 3px;
}

p {
	margin:2px;
	}
a:link{
color:lightgreen;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	color:yellow;
}
a:hover{
	background-color:#233;
	color:white;
}

.grande {
	font-size:2em; color:yellow;
	border-bottom:2px dotted green;
	}
.grandetto{
	font-size:4em; color:red;
	}
.quadretto{
	background-color:#111;
	border:1px solid green;
	padding:0.3em;
	color:#eef;
	}
.quadretto:hover{
	background-color:#233;
	}
.articolo{
	color:#ccf;
	}	
	
.acceso{
	font-size:2em; background-color:green;
	color:white;
	}
			
.spento{
	font-size:2em; background-color:red;
	color:white;
	}

#sinistra{
	position:absolute;
	top:60px; left:0px;
	width:70%;
	}
#destra{
	position:fixed;
	top:60px; right:0px;
	width:30%;
	}
.tag_sopra{
	border:1px solid #322; background-color:#300;
	}
.argomento{
	font-size:1.3em; border-bottom:3px solid #441;
	}
}

@media print{
#destra{
	display:none;
	}
}

