@charset "utf-8";
/* CSS Document */
body{ 
	font-family: Arail, sans-serif; 
	background-color: #CAD4DD;
	text-align: center;
}

table {
	width: 80%;
	margin: 20px auto;
	border-collapse: collapse;
}

table, th, td {
	border: 2px solid #2B2828
}

th{
	background-color: lightblue;
	color: navajowhite;
}

caption {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}
tr:hover{
	background-color: #B1D8EC
}

#worldTable{
	background-color: antiquewhite;
}

.flightTable {
	background-color: lightblue;
}
td{ 
	text-align: center;
}
