/*[fmt]AA90-1A0A-3*/
body
{
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 5%;
	font-family: "宋体", Tahoma;
}
.notes
{
}
pre
{
	font: 1em "Courier New", "andale mono", "lucia console", monospace;
	border: 2px solid #003D00;
	padding: 0.5em 0.5em 0.5em 1em;
	line-height: 1.2;
	background-color: #EBBD0A;
}
li:before
{
	display: marker;
	content: counter(mylist) ". ";
	width: 10em;
	text-align: center;
	marker-offset: 12px;
}
li
{
	list-style-type: none;
	counter-increment: mylist;
	list-style-position: outside;
}
.code
{
	margin-bottom: 10%;
	clear: left;
	margin-top: 60px;
}
.demo
{
	border: 4px double maroon;
	width: 40%;
	padding: 15px;
	float: left;
	height: auto;
	margin: 15px;
}
a:hover
{
	text-decoration: underline;
	background-color: yellow;
}
input
{
	font-family: inherit;
}
a
{
	text-decoration: none;
}

.control
{
	background-color: #FF9933;
	vertical-align: middle;
	display: block;
	border: thin solid #333666;
	width: auto;
	padding-left: 15px;
}

.content
{
	border: thin solid #666666;
	width: auto;
	background-color: silver;
	padding-left: 15px;
}

.prompt
{
    display: none;
}

