body {
	background-color: #fffacd;
	font-family: Verdana, Geneva, Arial, sans-serif;
	
	}
		
	#all {
		margin-left: auto;
		margin-right: auto;
		text-align:center;
	}

	
		h1 {font-size: 150%;
			color: #006400;
			text-align: center;
		}
		
		h2 {			text-align: center;
		}
				
		h3 {font-size: 85%;
		}
				
		.header {
			border-bottom: 1px solid black;
			padding-bottom: 20px;
			text-align: center;
		}
					
		.patch {
				width: 150px;
				float: left;
		}
					
		.badge {
			width: 150px;
			float: right;
		}
		.navigation {text-align: center;}		
		ul.navigation li{
			display: inline;
		}
			
		ul.navigation a{
			border: 1px solid #000;
			text-decoration: none;
			color: black;
		}
		.navigation a:link {
			background-color: #85874d;
		}	
		.navigation a:hover {
			background-color: #57804c;	
		}
		.navigation a:visited {
			background-color: #bca460;
		}
				
		#id1{
		background-color: #85874d;
		
		}
		
		.reunion {
                 text-align: left;
                  }					
