html 
{
}

body 
{
}

div#Indice
{
	width: 18%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background: white;
	position: fixed;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	overflow: auto;
}

div#Messaggi
{
	width: 82%;
	height: 25%;
	top: 0px;
	right: 0px;	
	bottom: 0px;
	background: #ccccff;
	position: absolute;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: italic;
	overflow: auto;
}

div#Lavoro
{
	width: 82%;
	height: 75%;
	right: 0px;
	bottom: 0px;
	position: absolute;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: italic;
	overflow: auto;
}

#ListaSezioni 
{
	width: 15em; 
	background-color: #ffffff; 
}

#ListaSezioni ul 
{
	list-style: none;
	margin: 0;
	padding: 1em;
	border: none;
}

#ListaSezioni li
{
	padding: 0.5em;
	margin: 0;
}

#ListaSezioni li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #2586d7;
	text-decoration: none;
	font-family: 'Comic sans MS';
	font-size: 18;
	width: 100%;
	color: #ffffff;
}

#ListaSezioni li a:hover
{
	background-color: #5070aa;
	font-family: 'Comic sans MS';
	font-size: 20;
	color: #ffff00;
}	
