/*
 * This is the page baner style for Microslop
 * The only difference between this  and the one for firefox is
 * the margin parameters.
 */
.page-banner
	{
	font-family: 'Monotype Corsiva', verdana, cursive;
	font-size: 250%;
	color: #ffee00;
	padding: 0;
	position: relative;
	margin: -2.5% 0 .5% 3%; 
	}
.page-banner-short
	{
	font-family: 'Monotype Corsiva', verdana, cursive;
	font-size: 200%;
	color: #ffee00;
	padding: 0;
	position: relative;
	margin: -2.5% 0 .5% 0%; 
	}
.page-banner-ped
	{
	font-family: 'Monotype Corsiva', verdana, cursive;
	font-size: 200%;
	color: #ffff00;
	padding: 0;
	position: relative;
	margin: -2.5% 0 .5% 3%; 
	}
.indentped
	{
	margin-left: 2.3em;
	}
	
.returnto	{ padding: 0; }
