/* Copyright 1997-2017 W3C (MIT, ERCIM, Keio, Beihang). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: public-message.css,v 1.25 2017/03/18 20:03:42 gerald Exp $ */

/* W3C Message Archive - public message */

@import url(../base.css);
@import url(message.css);

/* Leave message itself white but rest
** of metadata very pale grey
**  Note the public background is white so here we only need to set grey
*/

body { color: black; background: #eee; } 

