<html>
<head>
<title>arcane://divination</title>
<style type="text/css">
body {
background-image: url('abstract-cross-oracle.jpg');
background-repeat: repeat;
}
h1 {
color: #0066cc;
font-family: 'Comic Sans MS', cursive;
}
p {
color: #660000;
font-family: 'Times New Roman', serif;
}
.lowlight {
color: #808080;
}
</style>
</head>
<body>
<h1>EHEREAL...</h1>
<p>Mingle... <img src="amphora.png" width="20" height="30"> Absorb...</p>
<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>
<p class="lowlight">Permeate... Encapsulate... <img src="atom.png" width="30" height="30"> Release...</p>
<svg height="210" width="500">
<polygon points="100,10 40,198 190,78 10,78 160,198"
style="fill:lime;stroke:purple;stroke-width:5;fill-rule:evenodd;" />
</svg>
<p>Express... <img src="wind.png" width="20" height="30"> Go forth...</p>
</body>
</html>