

 body  { background-color:  #993300  ;  
		width: 1000px;
		margin: auto;
	 }											
		h1 {
		      padding-left: 180px;}	

		h2 {font-size: xx-large; font-weight: bold; text-decoration: underline;
		      padding-left: 360px;	
		     }

			 #wrapper  
		{ width: 800px;
		  margin: auto;
		  background-color:  #ffcc00  ;     
		  border-radius: 72px;
		  box-shadow:  30px   30px   50px 10px #999999 ;
		 padding: 15px 30px 15px 30px;
		} 

		p {background-color: #ffff99; border-radius: 40px; padding: 20px;}

		li {font-family: Tahoma, sans-serif; font-size: 24px; 
		   font-weight: bold; 
				}

		#africa { background-image: url(images/africa.jpg);
				 background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 70px;
			      margin-right: 500px;
			   }
 		#antarctica { background-image: url(images/antarctica.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 70px;
			      margin-right: 500px;
			   }

		#asia { background-image: url(images/asia.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 50px;
			      margin-right: 500px; 			   }

		#australia {background-image: url(images/australia.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px; margin-bottom: 10px;
				}
			  
		#europe { background-image: url(images/europe.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 70px;
			      margin-right: 500px;
			   }

		#northamerica { background-image: url(images/northamerica.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px; margin-bottom: 10px;
			   }

		#southamerica { background-image: url(images/southamerica.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px;
			   }


	      ol li {font-size: 24px;
		     list-style-type: none;
		    }

		#africa { background-image: url(images/africa.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px;
			   }
 		#antarctica { background-image: url(images/antarctica.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px;
			   }

		#asia { background-image: url(images/asia.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 60px;
			      margin-right: 500px; 			   }

		#australia {background-image: url(images/australia.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px;
				}
			  
		#europe { background-image: url(images/europe.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px;
			   }

		#northamerica { background-image: url(images/northamerica.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px;
			   }

		#southamerica { background-image: url(images/southamerica.jpg);
			      background-repeat: no-repeat;
			      text-align: center;
		        	padding-top: 80px; padding-bottom: 80px;
			      margin-right: 500px;
			   }
			
		ol  { font-size: x-large; }

		ol a { background-color: white; border-radius: 60px; padding: 10px;  }
		
		


