H1, H2, H3, H4, H5 { color : Red }
BODY { background-color: #999999; color: White; font-family: Arial, Helvetica, sans-serif; font-size: small }
P { font-family: Arial, Helvetica, sans-serif; font-size: smaller }
A:link { color: #C0C0C0 }
A:visited { color: #808080 }
A:active { color: red } 
.red { color: red }
.green { color: green }
.blue { color: blue }
#text { font-family: Arial, Helvetica, sans-serif; font-size: smaller }
#small { font-family: Arial; font-size: 10; font-weight: bold }
#bold { font-family: Arial, Helvetica, sans-serif; font-size: smaller; font-weight: bold }
#italic { font-family: Arial, Helvetica, sans-serif; font-size: smaller; font-style: italic }