/* The page will have black text on a white background. */ BODY { background: #ffffff; color: #000000; } /* Headers will be dark blue in a sans serif font. */ H1, H2, H3, H4 , H5, H6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background: transparent; color: #111199; } /* Normal paragraph will have the first line indented one pica and be justified. */ P { text-indent: 1pc; text-align: justify; } /* Links will be dark blue, active links red, visited links gray. */ A:link { color: #000099; } A:active { color: #FF0000; } A:visited { color: #666666; }