body {
    background-color: white;
    color: black;
    margin-left: 25px;
    margin-right: 205px;
}

.subtitle {
    color: blue;
    font: 24pt Comic Sans MS;
}

h4 {
    color: black;
    padding: 0px;
}

td.menuitem {
    background-color: #DDDDDD;
    color: black;
    padding: 0px;
    margin: 0px;
    height: 20px;
}

#slideinmenu {
    position: fixed;
    z-index: 1;
    border:1.5px solid maroon;
    line-height:20px;
    background-color: #DDDDDD;
    color: black;
    padding: 0px;
    margin: 0px;
}

td.menutitle {
    width: 20px;
    background-color: black;
    color: #DDDDDD;
}

td.menusubtitle {
    color: blue;
    font: 12pt Comic Sans MS;
}

div.menudiv {
    position: fixed;
    z-index: 2;
    left: 180px;
    width: 320px;
    height: 240px;
    visibility: hidden;
    background-color: maroon;
}

div.picsdiv {
    position: absolute;
    z-index: 3;
    width: 190px;
    background-color: #DDDDDD;
    color: black;
    padding: 5px;
    margin: 0px;
}

sup {
    color: cornflowerblue;
    font: 8pt Times New Roman;
}