/* Cascading style sheet for my site (c) 2005-2009 Kees Moerman (stripped) */
body {
	font-family: "trebuchet ms", trebuchet, arial, sans-serif;
	color: rgb(50, 0, 50);
	font-size: 10pt;
	margin: 0;
	padding: 2em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 300%;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.floater {
	float: right;
	padding: 1em 0.5em 0.5em 1.5em;
	margin-left: 0.5em;
}

p {
	padding: 0em 2em;
}
