

body 
{background-color: #ffffcc; 
color: green}

p.impact{color: green; font-family: impact}
p.verdana {color: green; font-family: verdana}
p.helvetica {color: green; font-family: helvetica}

p.times {color: blue; font-family: times}
p.georgia {color: blue; font-family: georgia}
p.garamond  {color: blue; font-family: garamond}
p.ariel {color: blue; font-family: ariel}

p.sans-serif {color: red; font-family: sans-serif}
p.serif {color: red;font-family: serif}
p.monospaced {color: red;font-family: monospaced}
p.cursive {color: red;font-family: cursive}
p.fantasy {color: red;color: red; font-family: fantasy}
p.decorative{color: red;color: red; font-family: jokerman}

p.150 {font-size: 150%}
p.130 {font-size: 130%}
p.100 {font-size: 100%}

p.50px {font-size: 50px}
p.100px {font-size: 100px}
p.10px {font-size: 10px}

p.xxs {font-size: xx-small}
p.xs {font-size: x-small}
p.s {font-size: small}
p.med {font-size: medium}
p.large {font-size: large}
p.xlg {font-size: x-large}
p.xxlg {font-size: xx-large}
p.smaller {font-size: smaller}
p.larger {font-size: larger}

p.italic{font-style: italic}
p.norm{font-style: normal}

p.normal {font-variant: normal}
p.small {font-variant: small-caps}

p.norma {font-weight: normal}
p.bold {font-weight: bold}
p.bolder {font-weight: bolder}
p.lighter {font-weight: lighter}
p.100 {font-weight: 100}
p.200 {font-weight: 200}
p.300 {font-weight: 300}
p.400 {font-weight: 400}
p.500 {font-weight: 500}
p.600 {font-weight: 600}
p.700 {font-weight: 700}
p.800 {font-weight: 800}
p.900 {font-weight: 900}
















