
	/* Divina Commedia: Main  stylesheet */
	
	
	BODY{
	margin: 0;
	margin-top: 9%;
	border: 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: white;
	background-color: rgb(7,71,143);
	}
	
	A{
	font-weight: 400;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	A:link{
	font-weight: 400;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	A:active{
	font-weight: 400;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	A:visited{
	font-weight: 400;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	A:hover{
	text-decoration: none;
	}
	
	
	/* style rules for all cells */
	
	TD{
	background-color: rgb(7,71,143);	
	}
	
	
	/* style rules for content cell */
	
	TD.content
	
	{
	font-weight: 700;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	TD.content A.content{
	font-weight: 700;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	TD.content A.content:link{
	font-weight: 700;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	TD.content A.content:active{
	font-weight: 700;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	TD.content A.content:visited{
	font-weight: 700;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #ffffff;	
	}
	
	TD.content A.content:hover{
	text-decoration: none;
	}
	
	TD.vatnumber{
	font-weight: 400;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #fff;
	}