body
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    text-align: center;
    
}

a
{
    color: #c8818f;
}

a:hover {
    color: #9a5d69;
}

textarea {
    display: inline-block;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    height: 635px;
    border: 2px solid #f2b3bf;
    border-radius: 2px;
    resize: none;
    padding: 4px;
    margin: 0px;
}

textarea:focus {
    outline: none !important;
    border: 2px solid #f2b3bf;
    border-radius: 2px;
}

#main-div {
    display: inline-block;
    position: relative;
}

#header-div {
    display: inline-block;
}

#logo-div {
    padding-bottom: 0px;
}

#block-img {
    display: block;
    height: auto;
}

#hi-div {
    float: left;
    padding-bottom: 16px;
    padding-top: 0px;
}

#menu-div {
    float: right;
    color: #c8818f;
    padding-bottom: 16px;
    padding-top: 0px;
}

#month-div {
    white-space: nowrap;
}

#submit_button {
    float: left;
}

#save_message {
    float: right;
    color: #c8818f;
}

#words-div {

    text-align: left;
    width: 1000px;
    
}

input[type=submit] {
    border: 2px solid #dea3ad;
    background-color: #ffd6dd;
    border-radius: 2px;
    color: #c8818f;
    padding: 4px;
    width: 60px;
}

input[type=submit]:hover {
    border: 2px solid #b77784;
    border-radius: 2px;
    color: #b0707d;

}

input[type=password] {
    border: 2px solid #f2b3bf;
    background-color: #fff;
    border-radius: 2px;
    color: #c8818f;
    padding: 4px;
    width: 100px;
}

input[type=password]:focus {
    outline: none !important;
    border: 2px solid #b77784;
    border-radius: 2px;
    color: #c8818f;

}