body {
	margin: 10px;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	background-color: #FCFCF3;
	color: #000;
	background-image: url(../images/tab-back.png);
	background-repeat: no-repeat;
}
.proxy { border: 1px dotted black; }
h2 {
	background-image: url(../images/readmore.png);
	background-repeat: no-repeat;
	padding: 5px;
	margin: 5px;
	/*border-bottom: 1px solid #bbb;*/
	line-height: 7px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #09F;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.playground {
	background: #f33;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	padding: 10px;
}
.example {
	width: 200px;
	height: 100px;
	background: #CFF;
	position: relative;
}
