	.center,
		p.center,
		table.center,
		div.center
		{
		text-align: center;
		}

	table.bluecenter
		{
		color: #ffffff;
		background: #0000ff;
		}
		
	h2.center-magenta
		{
		text-align: center;
		color: #ff00ff;
		background: #ffff99;
		}

	strong
		{
		font-size: large;
		}

	div.welcome
		{
		color : White;
		background: #cc0000;
		text-align: center;
		font-size : x-large;
		font-weight: bold;
		}

	div.welcometext
		{
		font-size : small;
		color : black;
		background: #ffffcc;
		text-align: left;
		}

	.stripe-1
		{
		background-color: #FFFACD;
		}
		
	.stripe-2
		{
		background-color: #e6e6e6;
		}
		
	.stripe-3
		{
		background-color: #D1FFCC;
		}

