<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>X-Smiles demos</title>
<style type="text/css">
					body {padding-left:80px; font-family: sans-serif; font-size: 16pt;}
					p.link {font-size: 10pt;margin-top: 3px; margin-bottom 0px; padding-left: 15px; padding-top: 0px; padding-bottom: 0px;font-weigh2t:bold; color:black;}
					div.section {background-color: #ddddee; border-width:2px; border-style:solid; margin-bottom: 10px; margin-right: 50px;}
					h1 {margin-top: 10px; margin-bottom: 5px;}
					h2 {margin-top: 0px;font-size: 18px;align: center;background-color:blue; color:white; margin-bottom: 3px; padding-left: 5px;}
					a {text-decoration: none; }
				</style>
</head>
<body>
<p>
<img alt="x-smiles" src="title.gif"/>
</p>
<div id="appletdiv" >
<h2>An applet</h2>

<p> (does not work if Java Plugin is not installed)</p>
<applet 
   codebase="." 
   archive="tower.jar" width="500" height="450"
   code="Tower.class">
</applet>
</div>

</body>
</html>