> <style type="text/css">
> body {background-color = "000000"}
> div {text-align: "center"}
> h1 {color = "70A7C2"}
> p {color = "70A7C2"}
> </style>
Should be
<style type="text/css">
<!--
body {background-color: #000000}
div {text-align:center}
h1 {color:#70A7C2}
p {color:#70A7C2}
-->
</style>
Regards
Mark Howells
<http://www.mark.ac/evl/>