/* ckdstyle.css - "house style" for ckd@kei.com's pages */ /* Christopher Davis' css, from :http://www.kei.com/homepages/ckd/web-design/stylesheets.html*/ /* $Id: ckdstyle.css,v 1.17 1998/02/17 02:53:28 ckd Exp $ */ /* It would be nice if someone supported the entire CSS1 spec. Nobody does. Everyone seems to support slightly different subsets, too. */ /* reinstated the "background: transparent". User style sheets will come. Someday. Right? */ /* I try to stick to the "standard 16" color names: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow */ BODY { background: white; color: black; } H1, H2, H3, H4 { font-family: Verdana, sans-serif; color: navy; background: transparent; } H1 { text-align: center; } .subhead { font-family: Impact, Verdana, sans-serif; font-size: medium; font-weight: normal; border: thin solid navy; } H2 { text-align: right; margin-right: 10%; } H3 { text-align: left; margin-left: 2%; } H4 { text-align: left; margin-left: 3%; } HR { color: silver; } A:link { color: blue; background: transparent; } A:visited { background: transparent; color: purple; } A:active { background: yellow; color: red; } UL, OL, DL, P { margin-left: 4%; margin-right: 4%; }