body{margin:0}
td, p, div {
	font: 13px/20px "Trebuchet MS";
	color: #471a12;
}
/*a {color:#b05929}
a:hover {color:#003399}*/
a {text-decoration:none; color:#d25402/*f3660a*/}
a:hover {text-decoration:none; background-color:#8d5f4b; color:#f3f2f2 /*background-color:#ced0ce; color:#2d53b2*/}

/* tale classe definisce gli style per il bordo ed il colore di sfondo delle tabelle */
/*  this class is related to the edges and to the background colour of the tables */
.gbooktable{
	background-color:#c3cabc; color:#515a48; border:1px solid #515a48;
/*	border: 1px solid #3e180e;
	background: transparent url(../images/paper-bg.jpg) repeat;*/
}
.gbooktext{
	color:#333333;
}

.red {COLOR:red}
.blue{COLOR:#3e180e}

/* queste classi simulano il tag hr per evitare incompatibilit con browser diversi da IE */
/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
/* Thanks ..:: gico ::.. */
.hrred { margin-top: 7px; margin-bottom: 7px; background-color: red}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: #3e180e}
