p{
	color:red;
	font-family: Impact;
}
p:hover{
	color: purple;
}
.first{
	width:200px;
	transition: 2s;
}
.first:hover{
	width: 250px;
	transition: 2s;
}
.second{
	width: 150px;
	transition: 2s;
}
.second:hover{
	width: 100px;
	transition: 2s;
}
td{
	font-size: 100px;
	font-family: Arial;
	color: brown; 
	background-color: white;
}
td:hover{
	background-color: green;
}
.a{
   
   width: 100px;
   text-align: center;
}
.b{
  
   text-align: center;
}
.c{
	
}