*
{
    transition: all ease-in-out .15s;
    font-family: 楷体;
    cursor: url('/style/mouse/normal.cur'),auto;
    text-decoration: none;
    outline: 0 none !important;
    opacity: 1;
}
body
{
    background: none;
    background-color: rgba(112, 255, 0, 0.15);
}
.day
{
    background: none;
    background-color:  rgba(112, 255, 0, 0.15);
}
.day:hover
{
    background: none;
    background-color: lightgreen;
}
.day:active
{
    background: none;
    background-image: linear-gradient(to bottom,rgba(99, 215, 8, 0.46),white);
}
#navList
{
    background-color: #b9f1ff;
}
#navigator
{
    background-color: #b9f1ff;
}
#navList a,a:hover,a:active,a:link
{
    color: black;
}
#navList a:hover
{
    background-color: #7fe3fc;
}
#navList a:active
{
    background-color: #0eadd5;
}