@charset "utf-8";
/* CSS Document */
.navbar{
	border-bottom-color:grey;
}

.footer{
	border-top-color:green;
}

.copyright{
	font-size:15px;
}

.list-inline{
	float:left;
}

/* a{
	color:black;
} */
a:link {color: black}		/* 未访问的链接 */
a:visited {color: black}	/* 已访问的链接 */
a:hover {color: black}	/* 鼠标移动到链接上 */
a:active {color: black}  /* 选定的链接 */

 @font-face {
  font-family: 'MyNewFont';   /*字体名称*/      
   src:url(../libian.ttf);  /*字体源文件*/
 } 

.navbar-brand{
	font-family:MyNewFont;
	font-size:38px;
}

#summary,#report,#handbook,#earth,#ncovhome,#ncovout{
    font-family:MyNewFont;
	font-size:20px;
}

#blank_top{
	height:150px;
}
