/* 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: 18pt;
	font-family: "French Script MT,Vladimir Script, Brush Script, Monotype Corsiva";
	color: black;
	background: url(bluestar.gif);
	line-height: 18pt;
	margin-left: 10pt;
	margin-right: 10pt;}

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

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

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

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

/*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: 18pt French Script MT, Vladimir Script, Brush Script, Monotype Corsiva;
	font weight: normal;
	line-height: 18pt;}	

/*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: bold;
	line-height: 18pt;}	

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

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

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

	h6 {font: 12pt Arial, Times New Roman, Courier New;
	font weight: bold;
	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;}
	
