BODY {
	background: #eeeeee;
}

P.author {
	color: #7777cc;
	text-align: center;
}

P.date {

	text-align: center;
}

P, LI, H1, H2, H3, H4, H5 {
	line-height: 130%;
	margin-left: 1cm;
}

H2, H3, H4, H5 {
	color: green;
}

PRE {
	background: #ccccff;
	border: 1px solid #333377;
	color: #333377;
	font-weight: bold;
	margin: 0.5em 2em 0 1cm;
	padding: 0.2em;
	white-space: pre;
}

PRE.relax {
	background: #bbbbbb;
	border: 1px solid #333333;
	color: #333333;
}

I {
	font-family: serif;
	font-style: italic;
}