/* style sheet for the Make a Wish Waves and Wishes website. Use TheLogo.gif as background.  All text is as indicated.*/
body	{font-size: 12pt;
    	 font-family:"Arial" ;
	 color: black;
	 background: );
	 line height: 16pt;
	 margin-left: 10pt;
	 margin-right: 10pt;}
/* Indent paragraphs */
p	{margin-left 24pt;
	 margin-right: 24pt;}

/* Make Primary (H1) headings Abadi MT Condensed.  Make secondary (h2) headings Book Antigua. */
h1	{font: 36pt Abadi MT Condensed;
	 color: maroon;
	 font-weight: bold;
	 line-height: 30pt;}

h2	{font: 18pt Enviro;
	color: maroon;
	 font-weight: bold;
	 line-height: 22pt;}

h3	{font: 18pt Abadi MT Condensed, Windsor;
	 font-weight: bold;
	 line-height: 22pt;}
	 
td	{font-size: 12pt;
     font-family: "tempus sans itc";
	 color: black;

/* Sets the link colors*/
a:link	{color: red;}
a:visited {color:maroon;}
a:active  {color: black;}
