<style type="text/css">

body {background-color: #000000}
h1 {background-color: transparent}
h2 {background-color: transparent}
p {background-color: #bbbbbb}{color: #ff6600}{text-align: left}

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

p.uppercase {text-transform: uppercase}
p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}
p.normal {font-variant: normal}
p.small {font-variant: small-caps}

a:link {color: red}
a:visited {color: blue}
a:hover {color: yellow}
a:active {color: #F0F8FF}

</style>