/*
	Guerrini Mattia
	5AIN
*/
		
		
		
		table, th, td {
			border:0px solid black;
			width:100%;
			table-layout:fixed;
			text-align:center;
			margin: auto;	
		}
		
		h1{
		font-family:Source Sans Pro;
		}
		p{
			color:gray;
			width:100%;
			word-break:break-all;
			text-align:left;
		}
		
		strong{
		color:black;
		}