body
{
  font-size: 12px;
  font-family: Consolas, "Courier New", 微软雅黑, 宋体;
}

pre
{
  white-space: pre-wrap; 
  white-space: -moz-pre-wrap; 
  white-space: -pre-wrap; 
  white-space: -o-pre-wrap; 
}

pre
{
  line-height: 110%;
  background-color: #EEEEF3;
  padding: 10px;
}

pre.csharpcode
{
  background-color: #EEEEF3;
}

table
{
  font-size: 12px;
  font-family: Consolas, "Courier New", 微软雅黑, 宋体;
}

div#header h1 small/*子标题*/
{
  text-transform: none;
}

#lnkBlogTitle /*博客标题*/
{
}

#profile_block /*链接*/
{
  display: none;
}

.PostTitle/*随笔标题*/
{

}

div.post div.entry/*摘要部分*/
{
  font-family: Consolas, "Courier New", 微软雅黑, 宋体;
}

blockquote
{
  padding-left: 50px;
  font-style : normal;
}

.post h5
{
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0px;
}

.cnblogs_code pre { max-width: 100%!important;}


dt { font-weight: bold; margin: 10px; }