body	{ background: url(recipes-bg.jpg) rgb(230,230,230); color: black; }

/* "i" for "ingredient", not "italic" */
i	{ font-weight: bold; font-style: normal; }

/* In case we ever need to tweak the thumbnail characteristics... */
img.thumb { }

/* Highlight when cursor hovers over a link */
a:hover	{ background: rgb(255,255,160); }

/* Background color of navbar */
.navbar	{ background: rgb(255,255,66); }
