    
h1	{	margin-left: 30px;
		font-size: 20pt;
		color: #EE11EE;
	}

h2	{	margin-left: 50px;
		font-size: 10pt;
		font-style: italic; 
		color: #FFFFFF;
	}
	
h3	{	margin: 0px;
		font-size: 8pt;
		font-weight: bold; 
		color: #FF00FF;
	}
	
.head	{
	background-color: #66ccff;
	border-bottom: 3px solid #EE11EE; 
	height: 130px;
	}
/* Search box in header */
.search		
	{
		float: right;
		margin: 0px 30px 0px 0px;
	}
.search	input	{
		color: #781351;
		background: #fee3ad;
		border: 1px solid #781351;
		height: 16px;
		font-size: 1em;
	}
	
.small	{
	font-size: 0.6em;
	}
	
.h90	{	
	height: 60px; 
	}
	
	
