/*
	Foglio stile del sito della Ludoteca Labyrinth
	Paolo Fasce 25/09/2002, Stefano Iacono 07/10/2005
*/

/* Colori:
e7dac7	marroncino beige rosato
e2e7de	azzurrino-grigio-verde saccheccazzo indefinibile, il migliore?
dddddd	grigio
fcdb98	bianco giallastro carta del pane, non male
*/

body			{ background: #e7dac7 url(background.gif); font-family: "verdana"; font-size="14px" }
h1, h2, h3		{ color: #110c66; text-align: center; }
h4, h5, h6		{ color: #110c66; text-align: center; }
p, ul, ol, li	{ color: #110c66; text-align: justify; font-size="14px" }
table, tr, td	{ color: #110c66;  text-align: justify; font-size="14px" }
hr				{ text-align: center; width: 75% }

.b		{ font-weight: bold; }
.bc		{ font-weight: bold; text-align: center; }
.bci	{ font-weight: bold; text-align: center; font-style: italic; }
.bi		{ font-weight: bold; font-style: italic; }

.color	{ color: #909090; }

.c		{ text-align: center; }
.cb		{ text-align: center; font-weight: bold; }
.cbi	{ text-align: center; font-weight: bold; font-style: italic; }
.ci		{ text-align: center; font-style: italic; }

.dx		{ text-align: right; }
.dxsmall{ text-align: right; font-size: smaller; }
.i		{ font-style: italic; }
.iright	{ font-style: italic; text-align: right; }
.right	{ text-align: right; }
.small	{ font-size: smaller; }

.bu		{ font-weight: bold; text-decoration: underline; }
.u		{ text-decoration: underline; }

a:active	{ color: #ff0000; text-decoration: none; }
a:link		{ color: #0000ff; text-decoration: none; }
a:visited	{ color: #800080; text-decoration: none; }
a:hover		{ color: #ff0000; text-decoration: none; }
