configuration.naml

<override_macro name="nabble_shared_scripts">
					<n.overridden/>
					<script type="text/javascript">
					  var _gaq = _gaq || [];
					  _gaq.push(['_setAccount', 'UA-203163-17']);
					  _gaq.push(['_trackPageview']);

					  (function() {
						var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
						ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
						var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
					  })();
					</script>
				</override_macro>

<override_macro name="site_style">
		<n.overridden/>
		
			body, .nabble, .nabble .no-bg-color { background-color: #fafafa; } body { padding:0; margin:0; } .nabble a:link, .nabble a.not-visited-link { color: #4f6e00; } .nabble h1, .nabble .light-black { color: #4f6e00; } .nabble h2 { font-size:11pt; } .nabble h3 { font-size:10pt;font-style:normal; } .nabble h4 { font-size:10pt; } .nabble .shaded-bg-color { background-color: rgba(79,110,0,0.1); } .nabble a:visited, .nabble a.visited-link { color: #4f6e00; }
		
	</override_macro>