/***********************************************************/ /* Cascading Style Sheet for CoolCAT Web Pages */ /***********************************************************/ /* "Borrowed" from Holberg, Barstow, & Sion "Library of IUE NEWSIPS */ /* SWP Echelle Spectra for White Dwarfs" */ /* Last updated: 20-Apr-1999 */ /* Last updated: 04-May-2004 */ /* ---------- BODY ---------- */ BODY { font-family : arial, helvetica, geneva; text-align : justify; color : black; background : #ffeedc; margin-left : 8%; margin-right : 8%; } /* BODY classes */ .main { color : black; background : #FED; } .contents { color : black; background : #ADD8E6; } .frame { color : black; background : #FED; } .data { color : black; background : #FED; } .explanation { color : black; background : white; } .injust { text-align : left; } /* ----- paragraph styles -----*/ P { color : black; } /* ------- section headers -------*/ H1 { font-family : arial, helvetica, geneva, sans-serif; font-style : normal; color : blue; text-align : center; } H2, H3, H4, H5, H6 { font-family : arial, helvetica, geneva, sans-serif; font-style : italic; color : #33A; text-align : left; } /* ---------- misc stuff ----------- */ OL { color : #33A; } /* ---------- link styles ---------- */ A:link { text-decoration : underline; color : red; } A:visited { text-decoration : underline; color : blue; } .title { text-decoration : none; text-align : center; font-weight : bold; font-style : normal; font-size : 150%; } .notice { font-style : italic; color : red; } /***************************/ /* end CoolCAT style sheet */ /***************************/