configuration.naml

<override_macro name="site_style">
		<n.overridden/>
		
			body, input, button, textarea, select { font-size: 79%; }
		
	</override_macro>

<override_macro name="nabble_stylesheets" unindent="true">
		<n.overridden/>
		
		
		<style type="text/css">
			.second-font, h1, h2, h3, h4, h5, h6 {
				font-family: 'Times';
			}
		</style>
		
	</override_macro>

<override_macro name="nabble_stylesheets" unindent="true">
		<n.overridden/>
		
		
		<style type="text/css">
			body, input, button, textarea, select {
				font-family: 'Times';
			}
		</style>
		
	</override_macro>

<override_macro name="shaded_bg_color">
				FFFFFF
			</override_macro>
			<override_macro name="site_style" unindent="true">
				<n.overridden/>
				.nabble .shaded-bg-color { background-color: #FFFFFF; }
				
			</override_macro>