	  .mbg
	  {
		background-color:#ECC6C6;
	  }
	  .mbg2
	  {
		background-color:#85CDCD;
	  }
	  
	  .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);
		
	  }
	  .dt
	  {
			font-size:12px;
			text-align:justify;
	  }
	  .topic:
		{
			border-left:green;
		}