
body {
background-image: url("img/WorldMap.jpg");
}

div.expanding {
        display: none;
        padding-left: 20px;
    }

	div.expanding a {
		font-size: small;
	}
	
	table, th, td {
		border: 0;
		vertical-align: top;
	}
	th {
		width: 23%;
		padding: 20px;
		text-align: left;
		white-space: nowrap;
		font-family: Arial,Helvetica,sans-serif;
	}
	
	img {
		
		max-width: 100%;
	}
	
	a {
		text-decoration: none;
	}
	
	p {
		text-indent: 1cm;
		font-size: 12pt;
		line-height: 1.5;
		text-align: justify;
		margin: 0px;
		margin-left: 20px;
		font-family: 'Georgia', serif; 
}