body{
	font:medium/1.2 Arial;	
	color:#666;
	margin:6px 20px 30px 20px;
	background:#fff;
}

h1,h2,h4{
	margin:2px;
	font-size:large;
}

em{
	font-size:80%;
	display:block;
	color:#666;
}

p, xmp{
	font-size:small;
	margin:2px 0 12px 0;
}


address{
	display:block;
	color:#222;
	font:x-small;
	padding:12px 0;
	font-style:normal;
	border-bottom:solid 1px #efefef;
	margin-bottom:12px;
}

h1,h2,h3{
	color:#34beed;
	margin:5px 0 12px 0;
}

h1{
	color:#222;
}

.example{
	border:solid 1px #ccc;
	padding:12px;
	color:#34beed;
	margin:3px 0 30px 0;
	white-space:normal /* IE7 need this to fix incorrect button wrapping style*/;
	position:relative;
	zoom:1;
	
}

strong{
	display:block;
	color:#222;
	margin:5px 0;
}
code{
	color:#FF0099;
	border:solid 1px #efefef;
	display:block;
	padding:12px;
	margin:3px;
	font-size:15px;
	white-space:normal;
	font-family:"Andale Mono", "monospace", "Courier New";	
}
