/* yogurtstyle . css to accompany spirelsyogurt . htm*/

body
{
       background-color : #C7F3E2 ;
			 background-image: url("green.jpg");
			 background-repeat: no-repeat;
			 background-position: center;
			 background-size: cover;
			 color:     #D909D9 ;
			 font-size : 20px;
			 margin : 100px 50px 20px 50px;
			 }
			 

		 h1
			 {
			 	 			font-size: 100px;
							color: #E29A00;
							background-color: #63A5D6;
							border: 20px ridge #ffffff;
							outline: 5px groove #000000;
							text-shadow: 5px 0px #000000;
			 }
			 
			 table
			 {
			 
			     border:  5px dashed #000000;
					 color: black
			 }	
			 
			 .nav
			 {
			 		 background-image: none;
					 border: 2px dashed #000000;
					 height: auto;
					 padding: 20px;
					 }