<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<title>CSS page</title>
</head>

<body>
<style type="text/css">
<!--

body { background-image: url(bg1.jpg); background-attachment: fixed }

a:link { color: #663300; text-decoration: yes }
a:visited { color: #663366; text-decoration: yes }
a:hover { color: purple; text-decoration: yes }
a:active { color: green; text-decoration: yes }



h1 { color: black; font-style: bold }
h2 { color: black; font-style: italic }
h3 { color: black; font-style: italic }
ul { list-style-type: circle }
ol { list-style-type: circle }
ul { list-style-position: inside }
hr { color: #ffd700;}
TABLE borderColor{ color: = #aeacfd }


</style>
</body>
</html>
