/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 body {
  margin: 0;
  font-family:"Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a{
	color:#333;
	}
a:hover{
	text-decoration:none;
	}
.mt{ margin-top:20px; }
.mb{ margin-bottom:20px; }
.navbar .nav > li > a {
  float: none;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  display:block;
  font-size:12px;
	}


