/* Make all body text black-coloured 18-point French Script MT, 
if user dosen't have French Script use Vladimir Script. 
with 18-point vertical spacing between lines of text and 10-point margins.
Use back.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.
If user dosen't have French Script MT, use Vladimir Script.*/

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

/*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;}

	
