<style>
body { }
#flightstatus p { font-size: medium; font-weight: bold; }
#staff p { font-size: medium; font-weight: bold; }
#search p { font-size: medium; font-weight: bold; }
#flightinfo { font-size: medium; font-weight: bold; }

#ontime { font-size: medium; font-weight: bold; color: #C0C0C0; }
#boarding { font-size: medium; font-weight: bold; color: #666699; }
#delayed { font-size: medium; font-weight: bold; color: #FF9900; }
#cancelled { font-size: medium; font-weight: bold; color: #FF0000; }
#inflight { font-size: medium; font-weight: bold; color: #000080; }
#arrived { font-size: medium; font-weight: bold; color: #008000; }

#support { font-size: medium; font-weight: bold; }
#login { font-size: medium; font-weight: bold; }
#error { font-size: medium; font-weight: bold; color: #FF0000; }


#liveidmenu p { font-size: medium; }
#livetitle p { font-weight: bold; }
#scheduledate { font-weight: bold; }
#schedulecontent p { font-size: medium; }
</style>