/* October 2003 -- AirplaneZone.com */

a:link { color: blue; text-decoration: underline }
a:visited { color: blue; text-decoration: underline }
a:hover { color: #008b8b; text-decoration: underline }		/* darkcyan */
a:active { color: #008b8b; text-decoration: underline }		/* darkcyan */

body {
	background-image: url(Background08.jpg); 
	background-color: rgb(239,240,226);			/* Close match to textired background-image color */
	color: black;
	text-align:center;
	font-family: Comic Sans MS, Verdana, Helvetica, sans-serif, Times New Roman, Times;
}

.PageNumber{
	text-align:right;
}

.Caption{
	margin-left:15%;
	margin-right:15%;
	text-align: justify;
}

div.ShortCaption{
 	margin: auto;
	width: 640px;
	text-align: left;
}	

.Quote{
	margin-left:18%;
	margin-right:18%;
	text-align: justify;
}

.Picture{
	vertical-align: middle;
    border-style: none;
	border-width: 0;	
}

div.NavButtons{
      text-align: center;
}

img.NavButtons{
	vertical-align: -6px;
	border-style: none;
	border-width: 0;
}

div.ScrapbookIndex{
	text-align:left;
}

div.Contents{
	margin-left: 3%;
	text-align: left;
}

/***************** Not used because of NS4 incompatibility
div.Intro{
	width:700px;
	margin:0px auto;
	text-align: justify;
	
}
******************************************/

div.Intro{
	margin-left:12%;
	margin-right:10%;
	text-align: left;
}


.Units{
	font-family: "Times New Roman", Times, serif;
}