/* CSS */

atxtb {
    color: red;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}
ue1 {
    color: black;
    font-family:Arial;
    font-size: 14px; 
    font-weight: bold;
}
ue2 {
    text-decoration-line: underline;
    color: black;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
stxt {
    color: black;
    font-family: Arial;
    font-size: 14px;
}
stxtb {
    color: black;
    font-family:Arial;
    font-size: 14px; 
    font-weight: bold;
}
stxtbu {
    text-decoration-line: underline;
    color: black;
    font-family:Arial;
    font-size: 14px; 
    font-weight: bold;
}
 stxtbs-red {
        text-decoration-line: line-through;
        color: red;
        font-family:Arial;
        font-size: 14px; 
        font-weight: bold;
 }
 stxtc {
    /* center geht nicht, bei definition in .html <style> geht es, siehe Anfahrt.html */
    text-align: center;
    color: black;
    font-family: Arial;
    font-size: 14px;
}
stxti {
    color: black;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
}
stxtu {
    text-decoration-line: underline;
    color: black;
    font-family: Arial;
    font-size: 14px;
}
