body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#333;
	font-size:0.8em;
	padding-left:10px;
	padding-bottom:30px;}
a{	
	color:#126BAF;
	text-decoration:none;}
	
a:hover{
	text-decoration:underline;}
	
h1{
	font-size:160%;
	padding-top:40px;
	}
h2{
	width:85%;
	font-size:130%;
	padding-top:20px;
	border-bottom:solid 1px #555
	}
.who{
	color:#DA7600;
	font-weight:bold}
pre {
	font-family:"Andale Mono", Monaco, "Lucida Console","Bitstream Vera Sans Mono","Courier New",monospace;
	font-size:130%;
	
	background-color:#DFEFFF;
	line-height:1.5em;
	width:90%;
	padding:10px;
	margin-left:20px;
	border:solid 1px #AAA
}
.note{
	color:#666;
	font-style:italic;
	padding-bottom:10px;
	padding-left:20px}

.codeHi{
	color:#DA7600
}
div.links{
	float:right;
	text-align:center;
	line-height:180%;
	background-color:#DEF;
	border:solid 1px #aaa;
	padding:5px}


div.feedback{
	float:left}
span.oops{
	background-color:#D00;
	color:#fff;
	font-size:150%;
}
/* all examples */
#pureRuntime{width:100%;height:200px;background-color:#DEF}
.htmlDoc{width:90%;background-color:#def;}
.transformation{width:90%;background-color:#DEF;}
.demo{border:solid 1px #ccc;background-color:#def;padding:10px}

table.books{
	border-collapse:collapse;
	margin:20px;
	width:580px
}	
td.title, th.title, td.publisher, th.publisher, td.price, th.price, td.order, th.order{
	text-align:right;
	border:solid 1px #aaa;
	padding:3px;
	width:30%
}
td.title, th.title, td.publisher, th.publisher{
	text-align:left;
	border:solid 1px #aaa;
	padding:3px;
}
th.title, th.publisher, th.price, th.order{
	background-color:#DA7600;
	color:#eee;
}
th.title, td.title{
	width: 380px;
	font-weight: bold;
}
th.publisher, td.publisher{
  width: 70px;
}
th.price, td.price{
  width:50px;
}
th.order, td.order{
  width:80px;
}
td.price{
	color:#009900;
}
tr.odd{ 
	background-color: #FFF}
tr.even{
	background-color: #DFEFFF;
	color:#222}
