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

.top_header{
	margin: 0px;
}
.top_links{
	width:100%;
	padding: 3px;
	color: #e9ffee;
	font-weight: bold;
	background-color: #344a12;
	text-align: center;
	font-size: 11px;
}

.top_links a{
	font-size: 11px;
	background: rgba(079, 101, 018, 0.9);
	display:inline-block;
	padding: 0 10px;
	color: #e2f043;
	text-decoration: none;
	text-align: center;
	border-radius:2px;
}
.top_links a:hover{
	background: #111;
}

.top_header{ 
 display:none; 
}
