.headermenu a:hover {
	font: normal 12px Arial;
	color: red;
	cursor: hand;
	text-decoration: underline;
}
.headermenu a {
	font: normal 12px Arial;
	color: black;
	cursor: hand;
	text-decoration: none;
}
.shareborder {
	border: 1px solid black ;
}