
<html>
<head>
<title>CSS-Style Sheet</title>

<style type="text/css">

BODY { image:; }
BODY { background-image: url(clouds.jpg) }

BODY { link:;  }
BODY { link="white";  }
font { color:;  }
font { color="yellow"; }
font { face:;  }
font { face="comic sans ms"; }
link { color:; }
link { color="black"; }

</style>


</head>


<body>

</body>

</html>
