
/************************/
/*	fs.css		*/
/************************/

body		{
		background:	#B8DDFF url("bg_clouds.jpg");
		background-attachment:	fixed;
		font-family:	"Tahoma", "Georgia", "Times New Roman", "serif";
		font-size:	10pt;
		font-weight:	500;
		margin-left:	50px;
		margin-right:	50px;
		line-height:	12pt/16pt;
		}

p		{
		margin-left:	50px;
		margin-right:	50px;
		}

h1,h2,h3	{
		font-family:	"Helvetica", "Tahoma", "sans";
		margin-top:	50px;
		margin-bottom:	20px;
		display:	block;
		}

h1		{
		font-size:	200%;
		font-weight:	500;
		color:		#660066;
		text-align:	center;
		}

h2		{
		font-size:	150%;
		font-weight:	500;
		color:		#660066;
		}

h3		{
		font-weight:	700;
		font-size:	120%;
		color:		#330033;
		}

hr		{
		height:		1;
		color:		#000000;
		width:		30%;
		margin-top:	20;
		margin-bottom:	20;
		text-align:	center;
		}

a		{
		text-decoration: none;
		color:		#000066;
		white-space:	nowrap;
		}

a:visited	{
		text-decoration: none;
		color:		#000066;
		}

a:hover		{
		text-decoration: underline;
		color:		#000066;
		}

img		{
		border:		0;
		}

img.tile	{
		border:		1 solid #000077;
		width:		320px;
		height:		240px;
		display:	block;
		text-align:	center;
		margin:		auto;
		}

img.plane	{
		border:		1 solid #000077;
		width:		600px;
		height:		200px;
		display:	block;
		text-align:	center;
		margin:		auto;
		}

.apid		{	/*  for both ICAO and IATA codes  */
		font-size:	80%;
		font-weight:	bold;
		text-transform:	uppercase;
		}

#updated	{
		color:		#330033;
		margin:		2em 2em 2em 2em;
		font-style:	italic;
		font-size:	80%;
		text-align:	center;
		}

#browsers	{
		color:		#330033;
		margin:		2em 2em 2em 2em;
		font-size:	67%;
		text-align:	right;
		}

/*
	vim: ts=8:sw=8
*/
