/* divs ******************************************************************************/
div.bkgnd {background:url(grfx/pinkback.jpg);}

div.rule {background-color:#ffcccc;}	/* faded pink */

/* titles ***** default font-size is 12pt *********************************************/
span.pagetitle {color: #ff3399;	/* pink */}

span.title {color:#ff3399;}	/* pink */

/* this <a> carries btn_bar.jpg and has an href and a :hover */
a.blnk {background:url(grfx/btn_bar.jpg);}

/* not necessary to spec link pointer in a.menu */
a.blnk:hover {background:url(grfx/btn_over.jpg);}

/* this <a> also carries btn_bar.jpg BUT has NO href, no :hover, and no pointer */
a.bnolnk {background:url(grfx/btn_bar.jpg);}

a.m {background:url(grfx/btn_menu.jpg);}

/* not necessary to spec link pointer in a.menu */
a.m:hover {background:url(grfx/btn_over.jpg);}