table {
    border-style: dashed;
    border-color: #AB82FF;
    border-width: thin;
    padding: 1em; 
}

#submit {
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #AB82FF;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: none;
}

#entry_form {
    font-family: Book Antiqua;
}

.error {
    color: #AB82FF;
}

.english {
    font-style: italic;
    font-size: 90%;
}

h1,h2 {
    font-family: Book Antiqua;
    font-style: normal;
}