/* Make all body text black-coloured 18-point French Script MT, 
Alternative font styles Vladimir Script, Brush Script or Monotype Corsiva. 
with 18-point vertical spacing between lines of text and 10-point margins.
Use bluestar.gif as the background*/

	body {font-size: 20pt;
	font-family: "French Script MT,Vladimir Script, Brush Script, Monotype Corsiva";
	color: black;
	background: url(parchment.jpg);
	line-height: 21pt;
	margin-left: 10pt;
	margin-right: 10pt;}

/* Main Heading 28pt French Script MT, normal weight with normal spacing.
Alternative font styles Vladimir Script, Brush Script or Monotype Corsiva.*/

	h1 {font: 28pt French Script MT, Vladimir Script, Brush Script, Monotype Corsiva;
	font weight: normal;
	line-height: 30pt;}

/*Make secondary headings 26pt French Script MT, normal weight with normal spacing.
Alternative font styles Vladimir Script, Brush Script or Monotype Corsiva.*/

	h2 {font: 24pt French Script MT, Vladimir Script, Brush Script, Monotype Corsiva;
	font weight: normal;
	line-height: 24pt;}	

/*Make table information text 18pt French Script MT, normal weight with normal spacing.
If user dosen't have French Script MT, use Vladimir Script*/

	h3 {font: 18t French Script MT, Vladimir Script, Brush Script, Monotype Corsiva;
	font weight: normal;
	line-height: 20pt;}	

/*Make table information text 18pt French Script MT, normal weight with normal spacing.
If user dosen't have French Script MT, use Vladimir Script*/

	span.table3 {font: 18pt French Script MT, Vladimir Script, Brush Script, Monotype Corsiva;
	font weight: normal;
	line-height: 20pt;}	

/*Make supplementary text 18pt Arial, normal weight with normal spacing.
Alternative fonts Times New Roman or Courier New*/

	h4 {font: 18pt Arial, Times New Roman, Courier New;
	font weight: normal;
	line-height: 18pt;}	

/*Make supplementary text 12pt Arial, normal weight with normal spacing.
Alternative fonts Times New Roman or Courier New*/

	h5 {font: 12pt Arial, Times New Roman, Courier New;
	font weight: normal;
	line-height: 12pt;}	

/*Make supplementary text - non headings 12pt Arial, normal weight with normal spacing.
Alternative fonts Times New Roman or Courier New*/

	span.text5 {font: 12pt Arial, Times New Roman, Courier New;
	font weight: normal;
	line-height: 12pt;}	

/*Make supplementary text 10pt Arial, normal weight with normal spacing.
Alternative fonts Times New Roman or Courier New*/

	h6 {font: 10pt Arial, Times New Roman, Courier New;
	font weight: normal;
	line-height: 11pt;}	

/*Make supplementary text 11pt Arial, normal weight with normal spacing.
Alternative fonts Times New Roman or Courier New*/

	span.table6 {font: 11pt Arial, Times New Roman, Courier New;
	font weight: normal;
	line-height: 12pt;}	

/*Don't underline links, and make all links black. Make links flash blue when activated.*/

	a {text-decoration: none;}
	a:link {color: black;}
	a:visited {color: black;}
	a:active {color: blue;}

/*Indent paragraphs*/

	p{margin-left: 24pt;
	margin-right: 24pt;}
	
