    body{
        background-color: #fffbde;
    }
    button{
        background-color: #e7ff84;
        width:min-content;
        font-family:Arial;
        font-size:10px;
    }
    input[type=submit]{
        background-color: #e7ff84;
    }
    .InfoText{
        color:#ad0000;
        font-family: ms sans serif;
    }
    .InfoLinks{
        font-family: Arial;
    }
    .NoteSpan{
        font-size:15px;
    }
    .HeaderName{
        line-height:40px;
    }
    .ImgButton{
        display:inline-block;
        margin-left:auto;
        margin-right:auto;
        width:100px;
    }