/* CSS Document */

a.link:link{
	font-family: verdana;
	font-size:12px;
	color:#FFFF00;
	font-weight: bold;
	text-decoration:none;
}

a.link:visited{
	font-family: verdana;
	font-size:12px;
	font-weight: bold;
	color:#FFFF00;
	text-decoration:none;
}

a.link:hover{
	font-family: verdana;
	font-size:12px;
	color:#FFFF00;
	font-weight: bold;
	text-decoration: underline;
}

a.link:active{
	font-family: verdana;
	font-size:12px;
	color:#FFFF00;
	font-weight: bold;
	text-decoration:none;
}

.text{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.text_index{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #626262;
}

.testo{
	font-family: verdana;
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
}

a.index:link{
	font-family: verdana;
	font-size:10px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}

a.index:visited{
	font-family: verdana;
	font-size:10px;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}

a.index:hover{
	font-family: verdana;
	font-size:10px;
	color:#FF0000;
	font-weight: bold;
	text-decoration: none;
}

a.index:active{
	font-family: verdana;
	font-size:10px;
	color:#FF0000;
	font-weight: bold;
	text-decoration:none;
}
