BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	}

A.nodec{
	text-decoration: none;
	font-weight: bold;
	color : #1a91bd
}
A.nodecb{
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	color : #106ab9;
}
A.hint{
	text-decoration: underline;
	font-style:italic;
	color : #1a91bd
}
A.hint:visited{
	text-decoration: underline;
	font-style:italic;
}
A:link, A:visited { text-decoration: none}
A:hover {
	text-decoration: underline;
	color : #1a91bd;
}

.title2{
	font-size : 14px;
	font-weight: bold;
	color:#1a91bd;
}

.title{
	font-size : 14px;
	font-weight: bold;
	}

.copy {
	font-size : 12px;
	color : #1a91bd;
	font-weight: bold;
	font-style : italic;
}	
HR{
	color : #536685;
}	
	
/* tabelle*/
TABLE, TR, TD  {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
}

TD.giustificato {
	text-align : justify;
}

