/* all body text control for size, family, background image, color, line-height, l and r margins
*/
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;
	}
/* control text for doodler characteristics */
span.normal {
	font-family: Times;
	font-size: 14pt;
	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.redtimes {
	font-family: Times;
	font-size: 12pt;
	font-weight: bold;
	color: red;
	line-height: 14pt;}

span.greentitle {
	font-family: Times;
	font-size: 16pt;
	color: green;}
	
span.greentitlebold {
	font-family: Times;
	font-size: 24pt;
	color: green;}
	

/* control headings*/

h1 {
	font-family: Courier;
	font-size: 28pt;	
	font-weight: bold;
	color: green;
	line-height: 20pt;}

h2 {
	font-family: Courier;
	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}