body {
	font-family: "Arial", Arial, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}

#Cancelled{
	background-color: red;
}

#Delayed{
	background-color: #b8860B;
}


h1 {
	background-color: #0054A6;
}

#odd{
	background-color: #333333;
}

table{
	width: 100%;
}

td{
	font-size: 2em;
}

h1{
	font-size: 2.5em;
}

table tr:first-child td{
	font-weight: bold;
        background-color: #444444;
}


#time_clock{
	position: absolute;
	top: 60px;
	right: 150px;
	font-size: 2em;
}

p{
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}
