body 
		{
		margin: 0px; 
		padding: 0px;
		font-family: Arial,Helvetica,sans-serif;
		font-weight: bold;
		}
		
.headline
		{
		font-size: 36px;
		color: Black;
		background-color: White;
		line-height: 150%;
		/* for IE */
  		filter:alpha(opacity=100);
  		/* CSS3 standard */
  		opacity:0.9;
		}
		
.blurb
		{
		font-size: 18px;
		color: Black;
		background-color: White;
		line-height: 150%
		}		
		
p.head
		{
		margin: 10px 0px 10px 0px
		}
		
a
	{
	color: #a00;
	text-decoration: none;
	}

a:hover
	{
	color: #d00;
	text-decoration: underline;
	}


.text {
		font-size: 30px;
		color: Black;
		line-height: 150%;
		background-color: rgb(255, 255, 255);
		}		