*{
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff;
	font-size: 14px;
	font-family: arial;
	cursor: default;
}





.top_bar{position: fixed;top: 0;width: 100%;}
.top_bar{width: 100%;display: inline-block;background: #ffffff;box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);background: ;}
.top_bar_logo_container{float: left;width: 55%;line-height: 40px;margin-left: 10px;background:;}
.top_bar_logo_container p{font-size: 16px;color: #0988a8;font-weight: bold;}
.page_link_container{float: right;width: 25%;line-height: 40px;margin-right: 5px;border-radius: 50px;background:;}
.page_link_container:active{background: #f1f1f1;}
.page_link_container p{text-align: center;color: #444444;}