with(tags.a) { color="blue"; textDecoration="underline"; } with(tags.body) { backgroundColor="white"; color="#3366ee"; lineHeight="110%"; marginLeft="5%"; marginRight="5%"; } with(tags.p) { backgroundColor="white"; color="#3366ee"; } with(tags.h1) { // textAlign="center"; margins("0px","0px","8px"); } with(tags.h2) { textAlign="center"; margins("0.2em"); } with(tags.h3) { backgroundColor="#eeeeff"; color="navy"; paddings("3px"); borderWidths("1px"); borderStyle="solid"; borderColor="white"; fontWeight="bold"; } with(tags.div) { margins("2px"); paddings("3px"); borderWidths("1px"); borderStyle="solid"; borderColor="blue"; } with(tags.hr) { margins("0px"); paddings("0px"); } //with(tags.img) // { // borderWidths("1px"); // borderStyle="solid"; // borderColor="black"; // marginTop="0.5em"; // } with(tags.pre) { backgroundColor="#f0f8ff"; whiteSpace="pre"; } tags.blockquote.backgroundColor="#eeeeff"; // with(tags.dd) // { // marginTop="-1em"; // marginLeft="4em"; // } // with(tags.dt) // { // display="block"; // width="4.5em"; // clear="left"; // align="left"; // } // tags.dd.margins("4px"); //with(classes.koneta.all) // { // backgroundColor="blue"; // color="white"; // textAlign="center"; // paddings("3px"); // } classes.male.all.color="blue"; classes.female.all.color="red"; classes.theme.all.fontWeight="normal"; with(tags.h5) { fontSize="1em"; margins("3px"); } with(classes.comment.div) { margins("1px"); paddings("3px"); borderWidths("1px"); borderStyle="solid"; borderColor="white"; backgroundColor="#f0f0ff"; } with(contextual(classes.comment.all,tags.h5)) {display="none";}