/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
P {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
DIV {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}

/* caratteristiche dei link */
/* property of hyperlinks*/
A:active {
	COLOR: #990000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #990000; TEXT-DECORATION: none
}
A:link {
	COLOR: #990000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #666666; TEXT-DECORATION: underline
}
.txtContent {
	PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-SIZE: 0px; VISIBILITY: visible; PADDING-BOTTOM: 0px; OVERFLOW: auto; WIDTH: 470px; COLOR: #000000; PADDING-TOP: 0px; HEIGHT: 148px
}


