body {
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 100%;
}

div.centeredContainer {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 800px;
    text-align: left;
    border: 1px solid silver;
}

div.contentContainer {
    padding: 20px;
}

table.mainMenu, td.mainMenu {
    background-color: black;
    color: white;
    border: 1px solid gray;
}

td.activeMenuButton {
    background-color: gray;
    color: white;
    border: 1px solid gray;
}

td.mainMenu a:link, td.mainMenu a:visited {
    background-color: black;
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 9pt;
    text-decoration: none;
}

td.activeMenuButton a:link, td.activeMenuButton a:visited {
    background-color: gray;
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 9pt;
    text-decoration: none;
}

td.mainMenu a:hover {
    color: red;
    background-color: black;
    text-decoration: underline;
}

td.activeMenuButton a:hover {
    color: red;
    background-color: gray;
    text-decoration: underline;
}

table.footer {
    background-color: black;
    color: white;
    border: 1px solid gray;
    font-size: 9pt;
}

.titleCapital {
    font-size: 72pt;
    color: red;
    font-weight: bold;
    line-height: 65%
}

.titleWord {
    font-size: 48pt;
    color: black;
    font-weight: bold;
    line-height: 60%
}

.bodyLarge {
    text-align: center;
    font-weight: bold;
    font-size: 115%;
}

.body {
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 100%;
}

.bodySmall {
    text-align: center;
    font-size: 80%;
}

table.programmeTable {
    text-align: center;
}

.programmeTitle {
    text-align: center;
    font-weight: bold;
    font-size: 115%;
    color: red;    
}

label {
    font-weight: bold;
}

