with(tags.A) { text-decoration : underline; { with(tags.A:hover) { text-decoration : none; { with(classes.normal.p) { fontFamily = "Verdana"; fontSize = "small"; fontStyle = "normal"; } with(classes.large.p) { fontFamily = "Verdana"; fontSize = "medium"; fontStyle = "normal"; } with(classes.small.p) { fontFamily = "Verdana"; fontSize = "x-small"; fontStyle = "normal"; } with(classes.smallb.p) { fontFamily = "Verdana"; fontSize = "x-small"; fontStyle = "normal"; fontWeight = "bold"; } with(tags.h1) { fontFamily = "Verdana"; fontSize = "medium"; fontStyle = "italic"; fontWeight = "bold"; } with(tags.h2) { fontFamily = "Verdana"; fontSize = "small"; fontStyle = "normal"; fontWeight = "bold"; }