/* Copyright 2007 Perette Barella.  All rights reserved. */
/* $Id: rks.css,v 1.6 2008/02/07 14:34:54 perette Exp perette $ */


H2 {
	text-align: center;
}

P.slogan {
	display: none;
}

@media print {
	H1 {
		float: left;
		font-size: 200%;
	}

	P, OL, UL {
		clear: both;
	}

	OL.spaced LI, UL.spaced LI {
		margin-top: 0.6ex;
		margin-bottom: 0.6ex;
	}
}


