body {  font-family: "Book Antiqua"; background-color: #FDE435}
u {  cursor: hand}
a {  color: #FF0000; text-decoration: underline; cursor: hand}
ul {  cursor: hand; list-style-type: disc}
img {  cursor: hand}
.blink {  text-decoration: blink; color: #FF0000}
#rightlayer {
	position: absolute;
	right: 10px;
	width: 200px;
	height: 53px;
	top: 304px;
}
#leftlayer {
	position: absolute;
        left: 10px;
	width: 200px;
	height: 53px;
	top: 304px;
}
#container {
	border: 1px solid #999;
	max-width: 850px;
	width: expression(document.body.clientWidth > 850? "850px": "auto" );
	height: 100%;
	background-color: #FFF66;
}


