/* Like banner.css, but with different color.
 * Use for TRs.
 *
 * Author: Bert Bos <bert@w3.org>
 * Created: 26 July 2000
 * Version: $Id: banner-t.css,v 1.1 2000/09/21 20:32:51 bbos Exp $
 */
@import "banner.css";

/* Override the colors */
div.banner p { background-color: #005A9C; border-color: #005A9C }
div.banner a, div.banner em { border-top-color: #005A9C }

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