a:hover, a:active, a:link, #cnblogs_post_body a:link{
text-decoration: none;
color: #FFD700;
}
a:link{
text-decoration: none;
color: rgb(0, 164, 215);
transition: all .16s;
}
::selection {
    background: #66CCFFB4/*#262a30*/;
    color: #fff;
}
#Header1_HeaderTitle:hover{
text-decoration: underline;
}
#navList a:link{
text-shadow: none !important;
}
#navList a{
transition: all .16s;
}
#green_channel a:link, #green_channel a:visited, #green_channel a:active a{
background-image: none !important;
color: black;
box-shadow: 
transform: scale(1);
transition: all .16s;
}
#green_channel a:hover{
background-image: none !important;
transform: scale(1.1);
}