body {
	background-color: #F7F4DF;
	background-image: url(images/common_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.d1 {
	background-image: url(images/d1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	height: 260px;
}
.d1_fr {
	background-image: url(images/d1_fr.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	height: 260px;
}
.d2 {
	background-image: url(images/d2.png);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	height: 200px;
}
.d3 {
	background-image: url(images/d3.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	height: 100px;
}
.input {
    background-color: #f4f4f4; 
    border: 3px solid #F6E882; 
    color: #000000; 
    font-size: 16px; 
    height: 25px; 
    width: 350px;
}
.text {
	font-size: 20px;
	padding: 0px;
	font-family: "Georgia", Times, serif;
	color: #000000;
}



code {
	color: #c00;
	font: 1.1em monospace;
}
.content ol.code {
	margin: 0 0 3em;
	padding: 6px 6px 6px 30px;
	border: 2px solid #c00;
}
.content ol.code li {
	margin: 0 0 1px 12px;
	padding: 0.5em;
	color: #000;
	font: 1.1em monospace;
	background: #fff5f5;
	list-style-type: decimal;
}
.content ol.code li.red, span.red {
	color: #c00;
}
h3 code {
	font: 0.9em monospace;
}
