
/**
 * Copyright 2006 Sven Anderson <sven-flox@anderson.de>
 *
 * This file is part of FloX.
 *
 * FloX is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * FloX is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with FloX; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */

body {
	color: #000;
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 26pt;
	color: #fff;
	background: #004;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
}

h2 {
	font-size: 14pt;
	background: #ddf;
	padding-left: 10px;
}

.middle {
        vertical-align: middle;
}
