/* your styles go here */

.header_logo{
	margin-top: 5px;
	height: 38px;
	float: left;
	width: 188px;
	cursor: pointer;
	padding: 6px;
	font-size: 28px;
	background: url(../../bitlan_logo.png);
}

.header_logo:hover,
.header_logo:focus {
  text-decoration: none;
}

a.header_logo {
  text-decoration: none;
}

a.header_logo:focus,
a.header_logo:hover {
  border-bottom: none;
}