/* common CSS definitions for Kai's site */

/* gray headlines */
H1, H2, H3, H4, H5, H6 { color: rgb(128,128,128); }

/* use Helvetica or similar fonts for text elements */
BODY, P, H1, H2, H3, H4, H5, TD, TH, LI { font-family: "Arial", "Helvetica", "Sans", sans; }

/* colored smileys */
.smiley { background-color: transparent; color: #FFB915; }

/* use italics for mailto, etc. */
.person { font-style: italic; }

/* "greyed out" items (.tbd == to be done) */
.tbd { background-color: transparent; color: #cccccc; }

/* last updated */
.updated { font-style: italic;
           font-size: 70%;
           background-color: transparent; color: #508060; }
