@CHARSET "UTF-8";



#logo{
	background: url('logo.png') left no-repeat;
	height: 80px;
	position:relative;
	
}

.navbar-inner{
	box-shadow: inset 0 -8px 28px -8px #ccc;
}

.etitle{
	/*
	font-family: arial;
	font-size: 1.5em; */
	position:absolute;
	bottom:2px;
	right:0px;
}

.navbar-fixed-top .brand {
  font-size: 2em;
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
}

body{
	
	padding-top: 120px;
}

h1,h2,h3,h4,h5{
	color: #e6e516; /* #96D709;*/
	font-family: Georgia, 'Times New Roman', Times, '黑体', serif;
	font-weight: normal;
}
.footer{
	text-align: center;
}

.article{
	margin: 1em 0;
}

.article h1{
	text-align: center;
}

.article p{
	text-indent: 2em;
	text-align: justify;
}

.article ol, .article ul, .article dl{
	padding-left: 2em;
}
.article li, .article dd{
	padding-bottom: 5px;
	text-align: justify;
}
