
body {
	width: 100%;
	margin: auto;
	font-family: Times, Verdana, Gentium;
	font-size: 15px;
	line-height: 1.5em;
	color: black;
	background-color: white;
}

/* Do quotes funny for a Safari/khtml bug: */
q:before { content: '\2018'; }
q:after { content: '\2019'; }

q.exact:before { content: '\201c'; }
q.exact:after { content: '\201d'; }

pre { font: inherit; }

q.loose {
	quotes: '' '' '' '';
	font-style: italic;
}

q.loose:before, q.loose:after { content: ''; }

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

p {
	margin: 0 0 1.6em 0;
	width: 40em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	margin: 0 0 1em 0;
	font-weight: normal;
	color: black;
}

h2 {
	font-size: 1.5em;
	color: #333;
}

#titlebar {
	text-align: center;
	margin-top: 10em;
	margin-bottom: 5em;
}

#main {
	width: 40em;
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
}

#contents, #contents * {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	text-align: right;
}