			#header
				{
				  background-color:rgba(197, 206, 197, 0.9);
				}

			#bttn1
			  {
				  color:black;
				  background: greenyellow;
				  
			  }
			  
			#bttn
			  {				 
				 color:greenyellow;
				 font-weight:bold;
			  }
			  
			#bttn a:hover
				{
				 font-weight:bold;	
				 color:white;
				 background-color: greenyellow;
				}
			.footer-title 
				{        
				 background-color:rgba(0,0,0,0.8);
				 color:greenyellow;
				 padding:0.9%;
				 text-align:center;  
				 width:100%;				 
				}    
			.footer-title a
				{
				 color:#ffffff;
				}
			.footer-title p
				{
					 color:#ffffff;
				}
			#footer-title1
				{
					 background-color:rgba(0, 0,0, 1);
					 width:100%;
					 color:greenyellow;
				}