.intro1 {  
  cursor:hand;
  background-color : transparent;
  padding:5px;

}
.intro1:hover {  
  background-color : #fff5e1; 
  border:1px #CCCCCC dotted; 
  padding:5px;   
}
.intro2{
  background-color : #ffffff;
  cursor:text;
  border:1px #666666 dotted;
  padding:5px;
  margin-bottom:10px;
}

