	  .mbg
	  {
		background-color:#99999B;
		opacity:0.8;
	  }
	  .mbg2
	  {
		height:px;
		background-image:url('../img/wall.png');
		background-repeat:no-repeat;
		width:auto;
		background-size: 100% 100%;
	  }
	  .mbg3
	  {
		height:700px;
		
		width:auto;
	  }
	  .mbg4
	  {
		height:700px;
	
		width:auto;
	  }
	  
	  p,li
	  {
		color:black;
		font-size:18px;
		text-align:justify;
	  }
	  .abc:hover
	  {
		letter-spacing:3px;
		transition-duration:0.5s;
	  } 
	
	  .abc:not(:hover)
	  {
		letter-spacing:1px;
		transition-duration:0.5s;
	  }
      i:hover
	  {
			color:#029D9D;	
			text-shadow:0 0 5px rgba(255,255,255,0.5);
			transition-duration:0.5s;
	  }
	  .footer
	  {
		text-decoration:none;
		color:white;
		font-size:14px;
		font-family:courier new;
		text-shadow:0 0 5px rgba(255,255,255,0.5);
	  }
	  .footer:hover
	  {
		text-decoration:none;
		color:#009C9B;
		text-shadow:0 0 5px rgba(255,255,255,0.5);
		
	  }
	  .topic
	  {
		  text-decoration:none;
		  color:black
	  }
	  .topic:hover
	  {
		  text-decoration:none;
		  text-shadow:0 0 5px rgba(206,230,231,0.5);
		  color:#87C2C6;
		  transition-duration:0.5s;
	  }
	  .topic:not(:hover)
	  {
		
		transition-duration:0.5s;
	  }