/*
hr
{
	border: 0;
	width: 80%;
} 
*/
hr
{
	border			: 1px;
	height			: 1px;
	color			: #F5F5F5;
	background-color	: white;
	width			: 90%;
}
.grafico
{
	overflow			: hidden;
	position			: absolute;
	height			: 300px;
	width			: 300px;
	font				: 11 "Verdana";
	text-align		: center; 
}
.gialla
{
	color			: yellow;
	font				: 12 "Courier New";
}
.nera
{
	color			: black;
	font				: 12 "Courier New";
	background-color	: Lavender;
}
.grigia
{
	color			: LightSteelBlue;
	font				: 12 "Courier New";
	background-color	: WhiteSmoke;
}
.rossa
{
	color			: red;
	font				: 12 "Courier New";
	background-color	: Lavender;
}
.rosa
{
	color			: lightsalmon;
	font				: 12 "Courier New";
	background-color	: WhiteSmoke;
}
.tabella
{
	border			: 4;
	cellpadding		: 2;
}
.adattabile
{
	background-color	: blue;
	color			: yellow;
	border			: 1px solid red;
	font				: bold 25 "Courier New";
	size				: auto;
	overflow			: hidden;
	position			: absolute;
}
.boldfont
{
	width			: 100%;
	font-size			: 40px;
	font-weight		: bold;
	color			: white; /*#1A1FDC;*/
	filter			: glow(color=DodgerBlue,strength=8);
}
.news
{
	width			: 100%;
	font-size			: 16px;
	color			: FireBrick; /*#1A1FDC;*/
}
.newsLight
{
	width			: 100%;
	font-size			: 16px;
	color			: Sienna; /*#1A1FDC;*/
}
.small
{
	font				: 5px;
}
/*
SPAN.glow
{
    background: white; 
    color: white;
    text-shadow: black 0px 0px 5px;
}

*/
