@charset "big5";
/*
 * Master style sheet for new site
 * $Header: /source/Repository/cbs/newstyle-print.css,v 1.1 2003/02/14 05:06:33 acli Exp $
 * 
 * WARNING: Macintosh Chinese fonts must be specified first if you want to
 * ensure Macintosh interoperability; otherwise, certain Macintosh versions
 * of Netscape may use random fonts to display Chinese text.
 *
 * WARNING: If a font family is specified and there is reason to believe that
 * Chinese text could be affected, a separate style with Chinese fonts used
 * must be created. Otherwise the page will not be correctly viewable by
 * Macintosh users.
 * 
 * WARNING: C++-style comments may confuse NS6 under arbitrary circumstances
 * and render random blocks useless (!)
 *
 * Note: The "slogan" images uses Mrs Eaves (a Baskerville variant), but I
 * find that this is not very appropriate (not very legible) for the copy.
 * So I changed the font for the copy.
 */


/* Generic */

a {
   color: inherit;
   text-decoration: inherit;
}

tr.o {
   background-color: inherit;
   vertical-align: top;
}

tr.e {
   vertical-align: top;
}

tr.z td, tr.z th {
   border-left-style: none;
   border-right-style: none;
   border-top-style: solid;
   border-bottom-style: solid;
   border-bottom-width: 1pt;
}

tr.o td, tr.e td {
   border-bottom-style: solid;
   border-bottom-width: 0.5pt;
}

table.eo, table.oe {
   border-style: none; /* removes outer border */
}


/* EOF */

