

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

	h2	      {font-size: xx-large; font-weight: bold;
		      text-decoration: underline; text-align: center; 
		      width: 250px;	
		      margin-left: 325px; padding: 0px;
		     } 

	h4	     {padding-left: 150px;
		      font-size: x-large;
	
		     }

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

	p		 {background-color: #ffff99; 
			  border-radius: 20px; 
			  padding: 20px;
			  margin-bottom: 50px;
			 }

		
	table	  	{float: right;
			 border: 7px solid #993300;	
			 padding: 20px;
			  border-collapse: collapse;
			 margin-right: 55px;
			}

	td		{border: 2px solid black;
			  padding: 8px;
			}

	th 		{border: 2px solid black;
			  padding: 8px; 
			font-size: xx-large; 
			text-transform: uppercase;
			color: white;	
			background-color: black;
			font-family: Arial Narrow, sans-serif;
			}

	td:first-of-type {text-align: right; 
			        font-weight: bold;
				}

	td:last-of-type {text-align:center;}
	tr:nth-of-type(even) {background-color: #fedc56}

	main		 { float: right; 
			   width: 550px;
			}

	h3 		{ text-align: center; }

	form table	{
				  border: 10px double #6288a6;
				  margin-bottom: 50px;
				 }
	form th		 {font-family: Arial Narrow, sans-serif;
			         font-size: large;
			         padding: 10px;
			         }

	
	form td:last-of-type {text-align: left; padding-left: 15px;}
	

	li 		{font-family: Arial Narrow, sans-serif; font-size: 24px; font-weight: bold;
			list-style-type: none;
			}

		

	 ol li 		{font-size: 24px;
			text-align: center;
			width: 250px;
			margin-left: 30px;
			margin-bottom: 30px;
			 }

		#africa 		{ background-image: url(images/africa.jpg);
			                  background-repeat: no-repeat;
			                  text-align: center;
		        	          padding-top: 80px; padding-bottom: 70px;
			                  margin-right: 500px;
				          margin-bottom: 30px;
				          box-shadow: 5px 5px 15px 3px grey;
				          transform: rotate(-5deg);
		                         }

 		#antarctica	 { background-image: url(images/antarctica.jpg);
			                  background-repeat: no-repeat;
			                  text-align: center;
		        	          padding-top: 80px; padding-bottom: 70px;
			         	 margin-bottom: 30px;
				         box-shadow: 5px 5px 15px 3px grey;
				         transform: rotate(5deg);
			                }

		#asia	        { background-image: url(images/asia.jpg);
			                  background-repeat: no-repeat;
			                 text-align: center;
		        	         padding-top: 80px; padding-bottom: 50px;
			                 margin-right: 500px; 	
				         margin-bottom: 30px;
				         box-shadow: 5px 5px 15px 3px grey;
				         transform: rotate(-5deg);
			   }

		#australia		 {background-image: url(images/australia.jpg);
			                 background-repeat: no-repeat;
			                 text-align: center;
		        	         padding-top: 80px; padding-bottom: 80px;
			                 margin-right: 500px;
				         box-shadow: 5px 5px 15px 3px grey;
				         transform: rotate(5deg);
				         }
			  
		#europe 			{ background-image: url(images/europe.jpg);
			                          background-repeat: no-repeat;
			                          text-align: center;
		        	                  padding-top: 80px; padding-bottom: 70px;
			                          margin-right: 500px;
				                  margin-bottom: 30px;
				                 box-shadow: 5px 5px 15px 3px grey;
				                 transform: rotate(-5deg);
						  }
			 

		#northamerica 	{ background-image: url(images/northamerica.jpg);
			    			 background-repeat: no-repeat;
			   		        text-align: center;
		        	                padding-top: 80px; padding-bottom: 80px;
			                        margin-right: 500px;
				               box-shadow: 5px 5px 15px 3px grey;
				               transform: rotate(5deg);
			                       }

		#southamerica 	{ background-image: url(images/southamerica.jpg);
			    		          background-repeat: no-repeat;
			   	                  text-align: center;
		        	  	          padding-top: 80px; padding-bottom: 80px;
			                          margin-right: 500px;
				                  box-shadow: 5px 5px 15px 3px grey;
				                  transform: rotate(-5deg);
				                 }
			
		ol 			 { font-size: x-large;
					   margin-bottom: 30px; }

		ol a			 { background-color: #f4eee1; border-radius: 18px; padding: 10px 15px;  }
		
		iframe 		{margin-top: 10px;
					margin-left: 20px;
					width: 450px;}

		#video		 {float: right;
					  margin-right: 55px;
					  padding-right: 10px;			
					}
	 	#attrib		{font-size: 9px }