.headerText {
    font-weight: bolder;
    background: #d5d8ea5e;
    box-shadow: 1px 1px 1px silver;
    background-size: contain;
    margin: 0 auto;
    padding: 24px;
    font-size: 4em;
}
#mylinks {
    fon-size;border-top: 2px solid silver;
    font-size: 0;
    background: white;
    box-shadow: 2px 2px 2px silver
}

#mylinks a {
    text-decoration: none;
    display: inline-block;
    border-right: 2px solid silver;
    font-size: 20px;
    padding: 4px 8px 4px 8px;
    transition: all .4s ease-in;
    font-weight: lighter
}

body {
    background-image: url(images/back.gif);
    margin: 2;
    padding: 2;
    font-size: 15px;
    word-wrap: break-word;
    line-height: 1.5;
    width: 80%;
    margin-left: 10%;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

}


#leftcontent {
    position: absolute;
    top: 239px;
    left: 200px;
    width: 220px;
    background-color: #f7f7f7de;
    border: 1px dotted #8f8d72;
    border-top: 1px dotted #8b8d72;
    border-bottom: 8px solid #8b8d72;
    font-family: Arial;
    font-size: 13px;
}
a.headermaintitle:visited, a.headermaintitle:active, a.headermaintitle:link {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
}

.day {
    border: 1px dotted #8b8d72;
    background-color: #f1f1f191;
    padding: 20px;
    color: #4b4b4b;
    margin-bottom: 20px;
}