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

/* $Id: public-message.css,v 1.1 2003/05/13 11:53:46 dom Exp $ */

/* W3C Message Archive - public message */

@import url(http://www.w3.org/StyleSheets/base.css);
@import url(http://www.w3.org/StyleSheets/Mail/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; } 

dfn {font-weight: bold;}
pre { background-color:inherit;}
.mail, .head { border-bottom:1px solid black;}
#body {background-color:#fff;}
map ul {list-style:none;}
#mid { font-size:0.9em;}
address { font-style:inherit ;}

/* ... */

