/* your styles go here */
.navbar ul.dropdown-menu li a {
  position: relative;
  color: #999999;
  font-size: 16px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
}
.navbar .yamm-content ul li a {
  position: relative;
  color: #999999;
  font-size: 16px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body,h1,h2,h3,h4,a,ul,li{ 
	font-family:
		"Microsoft JhengHei",
		"WenQuanYi Zen Hei",
		"LiHei Pro", 
		Verdana, 
		Arial, 
		sans-serif; 
	}