/* all body text control for size, family, background image, color, line-height, l and r margins*/a.black {color: black;}body {	font-family: Times;	font-size: 32pt;	background: url(images/blue.jpg);	color: #000000;	line-height: 16pt;	}p {font-family: Times;	font-size: 12pt;	background: url(images/blue.jpg);	color: #000000;	}	span.normal-6pt {	font-family: Times;	font-size: 6pt;	color: #000000;	}		span.normal-10pt {	font-family: Times;	font-size: 10pt;	color: #000000;	}	span.normal {	font-family: Times;	font-size: 14pt;	color: #000000;	}	span.normal-14pt {	font-family: Times;	font-size: 14pt;	color: #000000;	}		span.normal-16pt {	font-family: Times;	font-size: 16pt;	color: #000000;	}		span.normal-24pt {	font-family: Times;	font-size: 24pt;	color: #000000;	}		span.teach {	font-family: Geneva, Arial, Helvetica;	font-size: 12pt;	color: #775533;	font-weight: bold;	line-height: 14pt;}span.fly {	font-family: Geneva, Arial, Helvetica;	font-size: 12pt;	color: #224499;	font-weight: bold;	line-height: 14pt;}span.climb {	font-family: Geneva, Arial, Helvetica;	font-size: 12pt;	color: #CC6600;	font-weight: bold;	line-height: 14pt;}span.paint {	font-family: Geneva, Arial, Helvetica;	font-size: 12pt;	color: #663366;	font-weight: bold;	line-height: 14pt;}span.redsansserif {	font-family: Geneva, Arial, Helvetica;	font-size: 12pt;	color: red;	font-weight: bold;	line-height: 14pt;}	span.purpletimes {	font-family: Times;	font-size: 12pt;	color: #660099;	line-height: 12pt;}	span.purpletimesbold {	font-family: Times;	font-size: 12pt;	font-weight: bold;	color: #660099;	line-height: 12pt;}		span.purpletimesbold16pt {	font-family: Times;	font-size: 16pt;	font-weight: bold;	color: #660099;	line-height: 16pt;}	span.redtimes {	font-family: Times;	font-size: 12pt;	font-weight: bold;	color: red;	line-height: 14pt;}span.redtimesroman {	font-family: Times;	font-size: 12pt;	color: red;	line-height: 14pt;}	span.redtimesbold {	font-family: Times;	font-size: 17pt;	font-weight: bold;	color: #CC0000;	line-height: 18pt;}span.greentitle {	font-family: Times;	font-size: 16pt;	color: green;}	span.greentitlebold {	font-family: Times;	font-size: 24pt;	color: green;}	span.purplish{	font-family: Times;	font-size: 18pt;	color: 661144;}		span.purple {	font-family: Times;	font-size: 16pt;	color: #6C18B0;	}	/* control headings*/h1 {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 28pt;		font-weight: bold;	color: green;	line-height: 20pt;}h2 {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 20pt;	font-weight: bold;	color: green;	line-height: 18pt;}/* underline links and make all links red. Make links flash yellow when activated.*/a {text-decoration: yes;}a:link {color: #FF0000;}a:visited {color: #FF0000;}a:active {color: #FF6600;}*/ Format footnotes as 9pt Helvetica and center them. */span.footnote {font-size: 9pt;line-height: 12pt;text-align: center}