/*
 * JPiper site CSS
 *
 * Copyright (C) 2008 Marco Confalonieri
 *
 * This file is distributed under the Creative Commons Attribution 3.0 license.
 * For details: http://creativecommons.org/licenses/by/3.0/
 */

body {
	background-color: white;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

div#title {
	background-color: #DFDFFF;
	color: white;
	padding: 0 2em 1em 2em;
}

div#title h1 {
	font-size: 5.0em;
	display: inline;
}

div#hosting {
	vertical-align: top;
}
div#content {
	padding: 1em 2em 1em 2em;
}

div#content h2 {
	font-style: italic;
}

p {
	text-indent: 1em;
}