body {
    font-family: "Arial", serif;
    /*background-color:#FDF5CE;*/
    background-color: #FFFFFF;
    /*color:#953453;*/
    color: #000000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
}

table {
    vertical-align: top;
}

tr {
    vertical-align: top;
}

td {
    vertical-align: top;
}

table.full {
    width: 100%;
    border: 0;
    border-spacing: 0;
    padding: 0;
}

div.full {
    display: flex;
    width: 100%;
}

.side {
    flex: 1; /* take up remaining space equally */
}

.center {
    width: 60%;
    min-width: 450px;
    text-align: left;
}

.inverse {
    background-color: #953453;
    color: #FFFFFF;
}

.logo {
    /*background-color:#FDF5CE;*/
    background-color: #FFFFFF;
    color: #953453;
    font-family: "Arial", serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}

.smalllogo {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Arial", serif;
    font-weight: normal;
}

.linkedheadline {
    font-family: "Arial", serif;
    text-decoration: none;
    color: #0000FF;
    font-weight: bold;
    font-size: 16px;
}

a:link {
    font-family: "Arial", serif;
    text-decoration: none;
    color: #0000FF;
    font-weight: bold;
    font-size: 16px;
}

a:visited {
    font-family: "Arial", serif;
    font-size: 16px;
    font-weight: bold;
    /*color: #1A294E;*/
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    font-family: "Arial", serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #7181A2;
}

a:active {
    font-family: "Arial", serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    /* color: #1A294E;*/
    color: #0000FF;
}

.break-word {
    word-break: break-all;
    overflow-wrap: break-word;
}

body {
    //margin: 0;
    //padding: 0;
}