
	/* Divina Commedia: Bellagio section  stylesheet */
	
	
	BODY{
	margin: 0;
	margin-top: 6%;
	border: 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: white;
	background-color: #07478e;
	}
	
	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 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;
	}
	