with(tags.body) { backgroundColor="white"; color="#0066cc"; } tags.h1.color="navy"; tags.hr.display="none"; with(contextual(classes.navi1.p,tags.a)) { textDecoration="none"; } with(contextual(classes.navi2.p,tags.a)) { textDecoration="none"; } with(classes.navi1.p) { borderColor="blue"; borderStyle="ridge"; borderWidths("0px","0px","2px"); paddings("2px"); margins("1px"); } with(classes.navi2.p) { borderColor="blue"; borderStyle="ridge"; borderWidths("2px","0px","0px"); paddings("2px"); margins("1px"); } with(contextual(tags.ul,tags.a)) { color="navy"; backgroundColor="#eef6ff"; textDecoration="none"; fontSize="1.2em" } with(tags.ul) { lineHeight="140%"; }