@import url(import.css);

/* basic style sheet */
body   {
	background color: bff2bf;  /* light green */	
	font-family: "book antiqua", Tahoma, arial, sans-serif;
	font-color: 000;
	font-size: 125%;
	font-weight: bolder;
	}

h1   {
	font-size: 300%;
	}

h2  {
	font-size: 200%;
	
	}

h3  {
	font-size: 110%; 
	}


	
