#Header1_HeaderTitle{
    font-size: 30px;
    color: rgba(9, 170, 178, 0.63);
}
#mylinks>a{
    font-size: 16px;
    color: #00BCD4;
    text-decoration: none;
    text-shadow: 2px 2px 2px #c2cbcd;
}
#mytopmenu{
    margin-top:-54px;
    border:0
}
#leftcontent{
    border:0
}
#centercontent .day{
    border:0
}
#header .header{
   border:0
}
#centercontent>div{
    transform: scale(1);
    transition: 0.25s;
    border-radius: 4px;
    border: 0;
    padding: 20px;
    padding-bottom: 8px;
    color: #7b7d62;
    background: #f2fcff;
}

#centercontent>div:hover{
webkit-transform: translateY(-3px)!important;
    transform: translateY(-3px)!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);    
}
a:visited {
    color: #e5981c;
    text-decoration: none;
    font-size: 16px;
}
a:link, a:active {
    color: #ec9c44;
    text-decoration: none;
    font-size: 16px;
    font-family: cursive;
    text-shadow: 1px 1px #ccc;
}
.entrylist .entrylistItem {
    background: #bbe1ea;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}