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

.developer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	float: right;
	position: absolute;
	right: 87px;
	top: 5px;
	background-color: #ad3e00;
}
.developer a {
	text-decoration: none;
	color: #000000;
}
.developer a:hover {
	color: #f5ec00;
	background-color: #5A1C00;
}
