.departure 
	{
	font-family: Verdana, Arial; 
	font-size:14px; 
	font-weight:bold;
	color:white;
	line-height:20px
	}
.airline 
	{
	font-family: Verdana, Arial; 
	font-size:10px; 
	font-weight:bold;
	color:navy;
	line-height:14px
	}
.destination 
	{
	font-family: Verdana, Arial; 
	font-size:12px; 
	font-weight:bold;
	color:blue;
	line-height:20px
	}
.schedule 
	{
	font-family: Verdana, Arial; 
	font-size:10px; 
	font-weight:bold;
	color:white;
	line-height:14px
	}
A.schedule	
	{
	color:white; 
	text-decoration:none
	}
A:hover.schedule
	{
	color:aqua;
	text-decoration:underline
	}
input { text-indent : 2px; }

input.press {
	background-color : #FAFAFA;
	color : red;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #FAFAFA;
	font-weight : bold;
	border-color : black;
}