BODY {
	color: Gold;
	background-color: Black;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url('/images/background/tile01.png'); 
}

body.sfondo {
	color: Gold;
	background-color: Black;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url('/images/background/tile00.png');
}

td.sfondo {
	background-color: Black;
	background-image: url('/images/background/tile00.png');
	border-color: red;
	border-width: 2px;
	border-style: solid; 
	height: 400px;
}

div.corpodiv {
	padding-top: 10px; 
	padding-right: 0px; 
	padding-bottom: 10px; 
	background-color: Black;
	background-image: url('/images/background/tile00.png');
	width: 100%;
}

.cornicepost {
	border-bottom: gray solid 2px; 
	border-right: gray solid 2px; 
	border-left: gray solid 2px; 
	border-top: gray solid 2px;
	background-image: url('/images/background/darker/tile00.png');
}

.corpopost {
	padding: 10px;
	text-decoration: none; 
	font-family: Verdana,Arial,Helvetica, sans-serif; 
	font-size: 10pt; 
	text-align: left;
	color: white;
	background-image: url('/images/background/tile00.png');
	border: 2px solid gray; 
	border-style: outset;
	width: 99%;
}

.sfondoposth {
	background-image: url('/images/background/hiddenbg.png');
}

.citazione {
	border-color: #CC9966; 
	background-color: #404040;
}

.sticky {
	background-color: #000000;	/* #663300 */
}

hr.dividipost {
	height: 10px; background-color: #663300;
}


