body {
	background-color: #FEFEFE;
	overflow: auto;
	scrollbar-base-color : #DBECF5;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;


}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}

#mymessage	{
	width:160px;
	height:160px;
	font-family:Arial;
	font-size:8pt;
	color:000000;
}

#divScroller1 {
	position:absolute; overflow:hidden; z-index:9; left:120px; 
	top:280px; width:530px; height:320px; clip:rect(0px, 530px, 320px, 0px); 
	visbility:visible; border-width:0px 1px 0px 1px; border-color:#CCCCCC; 
	border-style:solid;
}

.dynPage {
	position:absolute; z-index:10; left:0px; top:0px; width:500px; 
	visibility:hidden; padding-left:15px; 
	font-family:arial,helvetica,sans-serif; font-size:14px; color:black
}
#arrows {
	position:absolute; z-index:11; left:95px; top:420px; width:20px;
}

#links {
	position:absolute; z-index:11; left:655px; top:400px; width:20px;
}


#titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #C8060C;
}
.nomi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.domande {
	font-family: "Comic Sans MS", "Trebuchet MS";
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC6600;

}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FF9900;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	font-style: normal;

}
h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #888888;
	text-decoration: none;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #888888;
}

/* the news box */
#news
{
	width:255px;
	background:#D9F1FD;
}
#news a
{
	color:#000;
	margin-right: 6px;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* the news box quando JavaScript is available */
#news.hasJS
{
	height:200px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:200px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:12;
}
