/*
 * Copyright 2004-2006 Geert Bevin <gbevin[remove] at uwyn dot com>
 * Licensed under the Apache License, Version 2.0 (the "License");
 *
 * $Id: home.css 2923 2006-02-06 11:36:43Z gbevin $
 */
.content h1 {
	width: 20em;
	font-size: 12pt;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content p {
	width: 25em;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	text-align: center;
	margin: 50px 60px;
}

