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

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

.top_links a{
	font-size: 11px;
	background: rgba(045, 002, 005, 0.8);
	display:inline-block;
	padding: 0 10px;
	color: #8c050d;
	text-decoration: none;
	text-align: center;
	border-radius:2px;
}
.top_links a:hover{
	background: #111;
}

.top_header{ 
 display:none; 
}
