/* all body text control for size, family, background image, color, line-height, l and r margins
*/
body {
	font-family: Times;
	font-size: 28pt;
	background: url(images/blue.jpg);
	color: #661144;
	line-height: 28pt;
	}

	
/*this is how you write a note */
p {
	color: #661144;
	font-size: 28 pt;
	}

span.10pt {
	font-family: Times;
	font-size: 10pt;
	}
	
span.14pt {
	font-family: Times;
	font-size: 14pt;
	}
	
span.16pt {
	font-family: Times;
	font-size: 16pt;
	}
		
span.24pt {
	font-family: Times;
	font-size: 24pt;
	}
	


span.purpletimes {
	font-family: Times;
	font-size: 12pt;
	color: #660099;
	line-height: 12pt;}
	
span.purpletimes20 {
	font-family: Times;
	font-size: 20pt;
	color: #660099;
	line-height: 20pt;}
	
span.purpletimesbold {
	font-family: Times;
	font-size: 12pt;
	font-weight: bold;
	color: #660099;
	line-height: 12pt;}
	
span.greentimes18 {
	font-family: Times;
	font-size: 18pt;
	color: #006600;
	line-height: 18pt;}
	
span.redtimes-bold{
	font-family: Times;
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
	line-height: 14pt;}

span.redtimes-roman {
	font-family: Times;
	font-size: 14pt;
	color: #CC0000;
	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}
