.box a {
	font-size: 10pt;
	color: #008955;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;

}

.box a:hover {
	color: #F6A900;
	text-decoration: underline;
	font-weight: bold;
}

