.cha-banner {
	top: 0;
	padding: 10px 20px;
	text-align: center;
	background-color: #24539d;
	color: #fff;
	font-size: 16px;
	font-family: "Cooper Hewitt", Helvetica, Arial, sans-serif;
	line-height: 1.75;
	z-index: 9999;
}

.admin-bar .cha-banner {
	top: 32px;
}

.cha-banner a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
	.cha-banner a:link,
	.cha-banner a:visited {
		color: #fff;
	}

	.cha-banner a:hover {
		border-bottom: 0;
		color: #fff;
		text-decoration: none;
	}

	.cha-banner a:focus {
		border-bottom: 0;
		color: #fff;
		outline: 1px dotted #000;
	}