/* Generic Selectors */ body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #2f4f4f; background-color: #e9967a; } p { width: 80%; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal } li { list-style-type: disc; line-height: 150%; } /*...li { list-style-type: none; line-height: 250%; list-style-image: url(star.gif); } ....*/ h1 { font-family: Viner Hand ITC; garamond; font-size: 16px; font-weight: bold; color: #2f4f4f; } h2 { font-family: garamond; font-size: 14px; font-weight: bold; color: #2f4f4f; border-bottom: 2px solid #C6EC8C; } } h3 { font-family: garamond; font-size: 12px; font-weight: bold; color: #2f4f4f; } /**************** Pseudo classes ****************/ :link { color: #C6EC8C; text-decoration: none; font-weight: bold; } li :link { color: #C6EC8C; text-decoration: none; font-weight: bold; } :visited { color: #2f4f4f; text-decoration: none; font-weight: bold; } li :visited { color: #2f4f4f; text-decoration: none; font-weight: bold; } :hover { color: navy; padding-bottom: 2px; font-weight: bold; text-decoration: none; } li :hover { display: block; color: navy; padding-bottom: 2px; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C6EC8C; } :active { color: #333399; font-weight: bold; } /************************* ID's *************************/ #navigation { position: absolute; z-index: 10; width: 200px; height: 550px; margin: 0; margin-top: 55px; border-right: 2px solid #C6EC8C; font-weight: normal; } #centerDoc { position: absolute; left: 75px; z-index: 15; width: 700px; padding: 0 0 20px 205px; /*top right bottom left*/ margin-top: 55px; font-weight: normal; } #footer { position: absolute; z-index: 15; /*padding: 0 0 20px 235px; /*top right bottom left*/ */ margin-top: 700px; width: 700px; height: 50px; } #title { position: absolute; z-index: 16; width: 800px; height: 50px; margin: 0; margin-top: 0px; }