



.header{
	text-align: center;
	margin-bottom: 0px;
	color: yellow;
	font:bold 20px tahoma;
}


table{
	border-collapse: collapse;
}

body {
	background: gray; n
	background-position: center ;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;

}


p{
	text-align: center;
	font: bold 26px Georgia;
	border-bottom: 4px ;
	border-width: 0 auto;

	/*border-width: 900px;*/

	padding: 10px 20px;
	background-color: white;
	margin-bottom: 0px;
	
	
}

.footer{
	
	text-align: center;
	padding: 0 auto; 
	margin-top: 0 auto;
	font : white;

}

