/* recipe.css:  Stylesheet for the recipe DTD in HTML form
 *   $Revision: 1.6 $  $Date: 2002/09/18 22:34:25 $
 */

body
{ background: #ffd;
}


h1.title
{ font-family: decorative;
  background: yellow;
  border-style: solid;
  border-width: thick;
  border-color: navy;
  padding: 1.5pc;
}

h2.author
{ color: purple;
}

h3.section
{ color: green;
}

ul.ingredients
{ background: #DDD;
}

li.ingredient
{ color: navy;
}

span.time
{ color: red;
  background: #CCC;
}
