body, a:link, a:visited, a:active, h1, h2, h3, h4, h5, h6, p, ol, li, ol ul 
{
background: url(00461770.jpg);
color: white;
font-family: Verdana, Arial, Helvetica, sans-serif
}
a:link {color: blue }
a:visited {color: yellow  }
a:active {color: red }
h1 { color: #0066CC }
h2 { color: #0099CC }
h3 { color: #339999 }
h4 { color: #33CC66 }
h5 { color: #00CC33 }
h6 { color: #00CC00 }
p { font-size: larger }
ol { background: maroon; font-size: medium }
li { color: white }
ol ul { background: teal; list-style-type: circle }

