/* Like banner.css, but with different color.
 * Use for special pages.
 *
 * Author: Bert Bos <bert@w3.org>
 * Created: 26 July 2000
 * Version: $Id: banner-k.css,v 1.4 2001/08/31 13:39:05 bbos Exp $
 */
@import "banner.css";

/* Override the colors */
div.banner p { background: url(semi2x2b.png) transparent; border-color: #025c7f }
div.banner a, div.banner em { border-top-color: #FFFF00 } /*#025c7f*/

/* Hide from NS4 (there is a higher-specificity rule in banner.css) */
div.banner { display: none }

div.banner a:hover { background: white; color: black }
