
DIV.Catalogo DIV.Ricerca SPAN.Parole SPAN.Input INPUT {
	width: 200px;
}


DIV.Catalogo DIV.Indice TABLE.Articoli TD.Titolo {
	width: 55%;
}

DIV.Catalogo DIV.Indice TABLE.Articoli TD.Autore {
	width: 30%;
}

DIV.Catalogo DIV.Indice TABLE.Articoli TD.Anno {
	width: 15%;
	text-align: right;
}


DIV.Catalogo DIV.Dettaglio DIV.Articolo {
	height: 200px;
}

