
H1 { color: green; font-size: 37px; font-family: impact }
H2 { text-indent: 2cm; color: red; font-size: 24px; font-family: ariel; background: lightgreen}
P { text-indent: 1cm; xbackground: yellow; font-family: courier; font-size: 18}
.P1 { text-indent: 1cm;font-size: 15px}
.P2 { text-indent: 2cm;font-size: 18px}
.P3 { text-indent: 3cm; color: green; font-size: 21px}
.P4 { text-indent: 4cm;font-size: 24px}
.P5 { text-indent: 5cm;font-size: 27px}
a {color: darkgreen}

P strong {color: green}
P I {color: red}
P I strong {color: purple; text-indent: 3cm; background: yellow}
P strong I {color: yellow; text-indent: 5cm; background: purple}
h3 {font-family: impact}
h3 I strong {text-indent: 7cm;color: green; background: pink}
h3 strong I {text-indent: 9cm;color: pink; background: green}

body {background: lightblue}
.orangeheading { background-color: lightblue; font-size: 24px}


