body {
	background: white;
	padding: 0;
	margin: 0;
}
* {
	font-family: Arial, sans-serif;			
}
.code pre {
	background: #EFEFEF;
	padding: 0.3em 0.7em;
	margin: 0;
	font-family: monospace;
	font-size: 0.9em;
}
h2 {
	margin-top: 2em;
	margin-bottom: -1em;
	font-weight: normal;
	font-size: 140%;
}
h3 {
	margin-top: 2em;
	margin-bottom: 0;
}
.content {
	padding: 0 2em 3em 2em;
}
.content p {
	width: 67%;
	line-height: 130%;
}
h1 {
	font-weight: normal;
	font-size: 260%;
}
.selector {
	font-size: 85%;
}
.language {
	float: right;
}
.selector span {
	padding: 2px;
}
.selector .selected {
	padding: 0;
	background-color: #F5F5EA;
}
.selector a:link,
.selector a:visited,
.selector a:hover {
	color: #0066cc;
}
.view {
	width: 510px;
	float: left;
}
.screen {
	font-family: monospace;
	font-size: 0.9em;
	line-height: 130%;
	display: none;
}
#presentation {
	//height: 400px;
	min-height: 400px;		
	background: #EEEEEE;
	padding: 0.5em;
	font-family: monospace;
	font-size: 0.9em;
	line-height: 130%;
}