.click {
  font-family: arial, verdana, sans; 
  font-size: 10px; 
  font-weight:bold; 
  color:#ffffff; 
  text-decoration: none;
}

.click a {
  font-family: arial, verdana, sans; 
  font-size: 10px; 
  font-weight:bold; 
  color:#ffffff; 
  text-decoration: none;
  background-repeat: no-repeat;
}

.click a:hover {
	color:#000000; 
	text-decoration: none;
	background-repeat: no-repeat;
}	

.homeAction a {
	font-family: arial, verdana, sans; 
	font-size: 12px; 
	font-weight:bold; 
	color:#333333; 
	text-decoration: none;
	padding-top:2px;
}

.homeAction a:hover {
	font-family: arial, verdana, sans; 
	font-size: 12px; 
	font-weight:bold; 
	color:#333333; 
	text-decoration: underline;
	padding-top:2px;
}


