html{ 
 background-image: url(bg.jpg);
 background-repeat: repeat-x; /*ripete l'immagine in orizzontale*/

}

a{
	text-decoration:none;
}

hr{
	height:2px;
	color:#DAA520;
}

.tabella{ 
 background-color: #FFFFFF;
 border-width: 1px;
 border-style: inset;
 border-color: #C0C0C0;
}

.tabella_pensiero{
	border-style: dotted;
}

p.testo_cx {
margin: 1em 0em;
text-align:left;
color: #00008B;
} 
p.testo_cx_corsivo {
margin: 1em 0em;
text-align:left;
color: #00008B;
} 
p.titolo_cx{
margin: 0em 0em;
text-align:center;
color: #DAA520;
}
p.autore_cx {
margin: 0em 0em;
text-align:left;
} 
p.continua_cx{
margin: 0em 0em;
text-align:right;
} 

hr.dotted{
border: dashed 1px #A9A9A9;
}

a.link_pdf{
text-decoration: none;
color: #4B0082;

}

a.link_menu {
text-decoration: none;
color: #4B0082;
font-weight: bold;
}

a.link_categoria {
text-decoration: none;
color: #4B0082;
font-weight: bold;
}

a.link_sottocategoria {
text-decoration: none;
color: #4B0082;
font-weight: bold;
}

a.link_articolo {
text-decoration: none;
color: #4B0082;
font-weight: bold;
}

/* articolo */
table.box_articolo_cx{
margin:3px auto;
padding:0;
border:1px solid #8a9;
border-style: dashed;
} 

