#newsbar {
	color: white;
	background: #4E85DC;
	/*background: #457DDF;*/
	padding: 8px;
}

#newsbar a {
	color: white;
	border-bottom: 1px dashed white;
	text-decoration: none;
}

#newsbar a:hover {
	border-bottom: 1px solid white;
	text-decoration: none;
}

center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}