
	
		body{
		background: gray;
			margin: 0;
		}
		
		div{
		/*position: absolute;*/
		}
		
		h1{
		background: yellow;
		/*border: 2px dashed blue;*/
		font-family: arial, sans-serif;
		font-weight: normal;
		line-height: 50px;
		font-size: 24px;
		margin-top: 100px;
		}
		
		h2{
		background: white;
		border: 1px solid black;
		font-family: verdana, sans-serif;
		font-weight: normal;
		font-size: 12px;
		width: 120px;
		line-height: 20px;
		text-align: center;
		}
		
		section{
		/*position: absolute;*/
		font-family: georgia, serif;
		font-size: 18px;
		}
		
		#header{
		margin-left: 60px;
		margin-top: 20px;
		margin-bottom: 20px;
		}
		
		#menu1{
		/*position: relative;
		left: 40px;
		top: 20 px;*/
		float: left;
		margin-bottom: 20px;
		}
		
		#A{
		clear: left;
		/*position: absolute;*/
		/*float: left;*/
		/*top: 100px;
		left: 0px;*/
	
		width: 100%;
		text-indent: 25px;
		text-align: center;
		}
		
		#B{
		margin-top: 40px;
		/*float: left;*/
		/*top: 150px;
		left: 100px;*/
		text-align: center;	
		}
		
		#footer{
		font-family: georgia, serif;
		font-size: 10px;
		text-align: center;
		/*position: absolute;
		bottom: 20px;*/
		margin: 4px;
		margin-left: 100px;
		text-align: center;
		}
		
