/* Stylesheet for the UU Community Church of Santa Monica * * This is a conservative design. * It uses very few of the possibilities of style sheets, * in order to be compatible with older browsers. * It uses very few entries. No entry is made in this * file without a darn good reason. * * Divided up into three sections: * main (or normal text) * TOC (or left column) * nav (for top and side navigation menus) */ /*------------------ Main ------------------*/ BODY.main { background-color: #FFFFE0; text-decoration: none; font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; } /* Headlines are in a thin font */ BODY.main, TABLE, TH, TD, DIV.main { font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; } H2 { text-align: center; color: #669999; font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; font-weight: lighter; } H1 { text-align: center; color: #669999; font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; font-weight: lighter; } H3, H4, H5 { text-align: left; color: #669999; font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; font-weight: bolder; } /*------------------ Nav Bars (Top & Side) -----------------------*/ td.nav { text-align: center; font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; color:#ffffe0; } A.nav { font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; color:#ffffe0; text-decoration: none } A.navserm { font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; color:#ffffe0; text-decoration: none } A.navcur { font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif; font-weight: bold; color:white; text-decoration: none }