
@charset "UTF-8";
/* CSS Document */
#flight_info a,
#top_info a {
	font-weight: normal;
}

#flight_info a:link,
#flight_info a:active,
#flight_info a:visited,
#top_info a:link,
#top_info a:active,
#top_info a:visited {
	text-decoration: underline;
}
#flight_info a:hover,
#top_info a:hover {
	text-decoration: none;
}
#top_info a {
	color: #C00;	
}
#flight_info a {
	color: #000;
}



