.wu-code {
	font-size : 16px;
	color : rgb(80,80,80);
	white-space : pre-wrap;
	background-color : rgb(240,240,240);
	padding : 10px;
	border-radius : 5px;
	margin-top : 6px;
	margin-bottom : 20px;
}

section h2 {
	font-size : 20px;
	margin-top : 30px;
	margin-bottom : 0;
	font-weight : normal;
}

section h3 {
	font-size : 16px;
	margin-top : 10px;
	margin-bottom : 0;
	font-weight : normal;
	font-style : italic;
}

section p {
	margin-top : 6px;
	margin-bottom : 6px;
}

a#new_doc {
	color : white;
	text-decoration : none;
}