@charset "utf-8";
/* CSS Document */

.developer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	margin-right: 47%;
	float: right;
}
.developer a {
	text-decoration: none;
	color: #ffffff;
}
.developer a:hover {
	color: #ffffff;
	background-color: #009d45;
}
