*{text-decoration:none}
body {
  background: none;
  background-color: #f5f5d5;
}
#home {
     width: 85%;
}
#blogTitle {
  height: 0;
  background: none;
}
#blogTitle h1{ 
  top: 0;
}
#blogTitle h2{ 
  top: 0;
}
#navigator {
  width: 100%;
  margin-top: 176px;
  border: none;
  color: #333;
  background-color: #f5f5d5;
}
#navList{
  width: 100%;
}
#navList li a{
    color: #333;
    
}
#navList a:link{
  text-shadow: none;
}
#navList a:hover {
    text-decoration: none;
    color: #36A9E4;
    background-color: #f5f5d5;
}
#blogTitle h1 a{
  color: #36A9E4;
}
#topics{
    background: #f5f5d5;
}
#cnblogs_post_body {
    color: #555;
}
#topics .postBody blockquote{
    background: #7C7373;
    border-radius: 10px 10px 0 0;
    border-left: none;
}
#topics .postBody blockquote p {
    color: #fff;
}