body 
{
	margin: 10px 0 0 10px; 
	padding: 0; 
	font: normal 100% 'gafata'; 
	background-attachment: fixed;
	line-height: 18px;
}
h1 
{
	margin: 0; 
	margin-bottom: 0px; 
	padding-bottom: 8px;  
	/*background-color: rgb(232,232,232);*/
	border-bottom: solid 1px #cccccc;
	font: normal 180% 'Gruppo';
	color: rgb(84,120,193);
	text-transform:uppercase;

}
h2 
{
	margin: 0; 
	margin-bottom: 10px; 
	margin-top: 50px;	
	padding-bottom: 8px;  
	/*background-color: rgb(232,232,232);*/
	border-bottom: solid 1px #cccccc;
	font: normal 130% 'Gruppo';
	color: rgb(84,120,193);

}
a
{
	text-decoration: none;
}

li
{
	line-height: 25px;
}
ul
{
	line-height: 20px;	
}
.myspan
{
	cursor: pointer; cursor: hand; 
}
