#navbar{
	background: #505455;
	color: #ffffff;
	font-size:10px;
	height:18px;
	margin:0;
	padding: 6px 0 3px 0;
	text-align:center;
	width:900px;
	text-decoration: none;
}
#navbar a {
	text-decoration:none;
	color:#ffffff;
}
#navbar a:hover{
	text-decoration: none;
	color: #F57C83;
}
#navbar em {
	color:#E4232F;
	font-style: normal;
}