/* - University of Minnesota style sheet - */ /* - Last modified October 7, 2002 - */ /* - Overrides background color in umn.css - */ /* - This will only apply to Netscape 6 and greater and IE. - */ /* - Avoiding a bug in Netscape 4 that obscures text in a table with a background image. - */ /* - Applies background images to the header table cell - */ .headerbkgimage { background-image: url(images/hdr-bkg.jpg); background-repeat: repeat; color: #FFFFFF; } /* - Applies background images to the footer table - */ .footerbkgimage { background-image: url(images/ftr.jpg); background-repeat: repeat; color: #FFFFFF; }