/* CSS/Rules for AIPCnet rel.3 (oct.2002)                  */
/* ------------------------------------------------------- */
/* Copyright 1999-2002, Fabio d'Alessi <cars@bio.unipd.it> */

BODY{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	background:	#c0d890;      /* #C1C68E; */
	font-size: 	8pt;
	color:		black;
}

.didascalia{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	color: #314918;


}
A:link
{
	color: 			#005500;
	border:			0;
	background:		transparent;
	text-decoration:	none;
	font-weight:		bold;
}
A:visited	
{
	color: 			#005500;
	border:			0;
	background:		transparent;
	text-decoration:	none;
	font-weight:		bold;
}
A:hover		
{
	color: 			#0000ff;
	background:		#cee69e;
	text-decoration:	none;
	font-weight:		bold;
}
A:active{
	color: 			#005500;
	border:			0;
	background:		transparent;
	text-decoration:	none;
	font-weight:		bold;
}


.empty:link	{color: #aa2222; background: transparent; text-decoration: none; font-weight: bold;}
.empty:visited	{color:	#aa2222; background: transparent; text-decoration: none; font-weight: bold;}
.empty:hover	{color:	#cc2222; background: #eeff66; 	  text-decoration: none; font-weight: bold;}
.empty:active	{color: #aa2222; background: transparent; text-decoration: none; font-weight: bold;}

.uline:link	{font-style: italic; background: transparent; font-weight: normal; color: #000000; text-decoration:none;}
.uline:visited	{font-style: italic; background: transparent; font-weight: normal; color: #000000; text-decoration:none;}
.uline:hover	{font-style: italic; background: #d0e8a0;     font-weight: normal; color: #000000; text-decoration:underline;}
.uline:active	{font-style: italic; background: transparent; font-weight: normal; color: #000000; text-decoration:none;}
