




body
	{
		background-color:#bbaa00;
		color: #cecece;
		font-family:arial;
	}

	h1
	{
		font-size:36;
		font-stretch: extra-expanded;
		font-style: oblique;
	}
	
	h3
	{
		font-size: 11;
		font-strech: extra-expanded;
		font-style: oblique;
	}
	p
	{
		color: black;
		text-shadow: #ffffff 0px 0px 4px;
	}
	#div-1a
 {
 float:left;
 width:200px;
}	
		 blockquote
{
	width: 300 px;
	border: 2px dashed #009911;
	background-color:#bbaa00;
	color: 0000dd;
}	
	.top
	{
		position: absolute;
		top:10;
		left:15;
		width:850;
		height:170;
		background-color:#0000aa;
	}	
	
	.menu
	{
		position: absolute;
		top:190;
		left:15;
		width:850;
		height:80;
		background-color:#000088;
	}		
	
	.middle
	{
		position: absolute;
		bottom:100;
		left:15;
		width:850;
		height:228;
		background-color:#0000dd;
		overflow:auto;
	}	
	
	.footer
	{
		position: absolute;
		bottom:10;
		left:15;
		width:850;
		height:80;
		background-color:#3333ff;
	}
	
	form
	{
		position: relative;
		top:100;
		left:300;
	}
	

