﻿

.Corpo
{
	font-size: 11px!important;
	font-family: Trebuchet MS,Tahoma,Arial;
	font-weight: normal!important;
	color: #8B9298;
	

}

.Collegamento
{
	color: Gray;
	cursor: pointer;
}
.Collegamento:hover 
{
	color: red;
	cursor: pointer;
}
.Collegamento:link 
{
	cursor: pointer;
	text-decoration: none;
	
}
.Collegamento:visited 
{
	/*color: Black;*/
	text-decoration: none;
}





/*

.Menu
{
	font-size: 14px!important;
	font-weight:bold!important;
	
}
.SottoMenu
{
	font-size: 14px!important;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

.Link
{
	color: Blue;
	cursor: pointer;
	font-size: 16px!important;
	font-family: Trebuchet MS,Tahoma,Arial;
	font-weight: normal!important;	
}
.Link:hover
{
	color: red;
	cursor: pointer;
}
.Link:link 
{
	cursor: pointer;
	text-decoration: none;
	
}
.Link:visited 
{
	text-decoration: none;
}

*/