<STYLE TYPE="text/css">
<!--

body {
 background: #00CAAD;
 color: #000000;
 font: 11px Verdana;
 }

a:link {
 color: #00CCB8
 }

a:visited {
 color: #0A1C8A
 }

hr {
 color: #01CAC0
 }

#piece	{
	position: absolute;
	background: #FFFFFF;
	top: 100px;
	left: 250px;
	width: 600;
	padding: 20px;
	border: 3px solid #0A1C8A;
	}

#logo	{
	position: absolute;
	top: 3px;
	left: 3px;
	height: 240;
	width: 128;
	background-image: url(borderaqua.jpg);
	border: 3px ridge #0067CC;
	}

#art	{
	position: absolute;
	top: 10px;
	left: 500px;
	width: 400;
	padding: 20px;
	background: #000000;
	color: #00FFFF;
	}

#menu	{
	position: absolute;
	top: 240px;
	left: 3px;
	width: 128;
	height: 240;
	padding: 15px;
	background: #FFFFFF;
	border: 3px solid #0067CC;
	}

-->
</STYLE>