<html>
<head>
<Title>IST129, Ch.9 - Cascading Style Sheet parent</Title>
<style>
<!--
H1 {color: RED; font-style: italic}
H4 EM {color=PINK; font-style: normal}
H4 {color: BROWN}
H2 {color: BLUE; text-align: center}
H3 {color: GREEN; font-style: oblique}
UL {color: GREEN; list-style: square}
OL OL {color: BLUE}
P.CENTER {text-align: CENTER; color: BLUE}
P.RIGHT {text-align: RIGHT; color:RED}
-->
</style>
</head>
</html>