@charset "UTF-8";

.imagebutton {
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    font-weight: bold;
    background-repeat: repeat-y;
    text-align: left;
    text-indent: 10px;
    padding: 5px;
    color: #FFFFFF;
    border: 10px solid #fef7ea;
    background-color: #666666;
}

.imgfloatleft {
    clear: none;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}