/* basic.css -- this style sheet only redefines basic html elements. */ body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; background-color: #ffffcc; /*lemon chiffon */ margin: 15px; padding: 15px; } p, a, ul, ol, li, blockquote { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: left; } h1, h2, h3, h4, h5, h6 { font-family: Georgia,Times, TimesNewRoman, serif; color: #000066; margin-bottom: 0px; } h1 { font-size: 28px; line-height: 32px; } h2 { font-size: 22px; line-height: 26px; } h3 { font-size: 18px; line-height: 22px; } h4 { font-size: 15px; line-height: 19px; } h5 { font-size: 12px; line-height: 18px; } a:link { font-weight: bold; text-decoration: none; color: #3333ff; } a:visited { font-weight: bold; text-decoration: none; color: #3399ff; } a:hover, a:active { text-decoration: underline; color: #000000; } /* may or may not use this instead: a:link { font-weight: bold; text-decoration: none; color: #3333ff; } a:visited { font-weight: bold; text-decoration: none; color: #666666; } a:hover { font-weight: bold; text-decoration: underline; color: #FF3300; } a:active { font-weight: bold; text-decoration: none; color: #3333ff; } */