/* :: Extranet Virtual Application	*/
/* :: (c) 2002 Massimiliano Mattei 	*/

/* :: Guestbook :: */

ul.Guestbook {
}
li.GuestbookData {
	padding-top: 6px;	
	font-size: 10px;
	color: #f57921;
}
li.GuestbookContact {	
	font-size: 10px;
	color: #4A466E;
	font-weight: bold;
	padding-bottom: 4px;	
} 
li.GuestbookTesto
{
	padding-bottom: 4px;	
}
li.GuestbookCodice {	
	font-size: 9px;
	padding-bottom: 6px;	
	border-bottom: 1px dotted #cccccc;
} 
ul.Guestbook a:link, ul.Guestbook a:active, ul.Guestbook a:visited {
	color: #828282; 
	text-decoration: underline;
}
ul.Guestbook a:hover {
	color: #828282; 
	text-decoration: underline;
}


