html {

    height: 100%;
    opacity: 0.68;

}
#blogTitle h1 a, #blogTitle h2 {

			    color: #4266a6;
			    text-shadow: 3px 3px 3px #ac9c9c;
			    font-family: '华文行楷';
			    font-size: 39px;
			
			}
			#blogTitle {
				height: 60px;
			    clear: both;
			    font-size: 31px;
			    
			    text-shadow: 3px 3px 12px lightsalmon !important;
			    font-family:'华文行楷';
        		animation:name 2s infinite;
				}
				 @keyframes name{
			0%{color: red;
			   filter:brightness(1);
			}
				50%{
					color: palegreen;
					filter: brightness(1.2);
				}
                100%{
                	color: #00FFFF;
                	filter: brightness(1.5);
                }
			}
			#navList a:link, #navList a:visited, #navList a:active {

			    color: #3a0c90;
			    text-shadow: 3px 3px 3px #22a8d5;
			    font-family: '华文行楷';
			    font-size: 27px;
			
			}
			#navigator {

    background-color: #f8f4f1;
  

}

.postTitle a:hover {

    color: #f60;
    text-decoration: none;
    text-shadow: 2px 2px 6px aliceblue;

}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	font-size: 17px;
    color: #1c7791;
    font-family: '宋体';
    text-shadow: 2px 2px 6px #49ca1d;

}
	.postCon a:link, .postCon a:visited, .postCon a:active {

    text-decoration: underline;
    color: #4e034e;
    font-family: '华文行楷';
    font-size: 16px;

}
#home {
    margin: 0 auto;
    width: 1235px;
}
#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 850px;
    background: #fff;
}