body{
	font-family:Arial;
	background-color:#EEf;
	font-size:18px;
}
a{
	text-decoration:none;
	background-color:#BBF;
	color:#00F;
}
a:hover{
	text-decoration:underline;
	background-color:#6AF;
}
.close{
	display:none;
}
.open{
	display:block;
}
.links{
	padding:1em;
}
#thehtml{
	width:400px;
	height:150px;
	background-color:#AfA;
}
#column1{
	width:26em;
	float:left;
	overflow:hidden;
}
#column2{
	width:10em;
	float:left;
}
.box{
	width:11em;
	height:8em;
	border:solid 1px;
	border:1px solid;
	margin:0 1em 1em 0;
	padding:1em;
	float:left;
}
.one{
	background-color:#F99;
}
.two{
	background-color:#9F9;
}
.three{
	background-color:#99F;
}
.four{
	background-color:#FF9;
}
.hideme{	position:absolute;	overflow:hidden;	width:1px;	height:1px;	top:-10px;}
#errlog{
	height:150px;
	width:400px;
	border:1px solid black;
	overflow:auto;
	font-size:11px;
	background:#CCF;
}
