<style type="text/css">

body {background-color: #000000}
h1 { background-color: #5f7d9e; color: #000000; text-align: center; text-decoration: bold; font-family: "comic sans ms"; font-size: 11pt; font-weight: bold; font-style: normal; oblique}
h2 { background-color: #5f7d9e; color: #000000; text-align: center; text-decoration: bold; font-family: "comic sans ms"; font-size: 11pt; font-weight: bold; font-style: normal; oblique}

body
{ background: #88b0dd;
background-image: url(http://www.geocities.com/noblepoverty/value); [url of background image to be used, i.e. background.gif]
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
[valueII: right, center, left, percentage, pixel number]
background-attachment: value; [scroll, fixed]

font-family: comic sans ms; [your font name]
color: #000000;
letter-spacing: ; [any number value (3pt, 5pt)]
font-weight: normal; [lighter, normal, bold, bolder, any number value (100, 500, 900)]
font-size: medium; [xx-small, x-small, small, medium, large, x-large, xx-large,
any number value (12 pt, 18 pt)]
}

<!--
A:link{ color: 000000; text-decoration:none; font-weight: bold; cursor:pointer } 
A:visited{ color: 330033; font-weight: bold; text-decoration:none; cursor:e-resize   } 
A:active{ color: 330033; text-decoration:none; cursor:e-resize } 
A:hover{ color: 006666; text-decoration:none; cursor:pointer }

</style>
