    .menu {
    color: white;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
    border-right: 1px solid green;
    text-decoration: none;
    background-color: #313031;
    padding: 5px;
    }

    .menu:hover {
    background-color: #5A8EC6;
    }

    .toolbar {
    background-color: #313031;
    padding: 5px 0px 5px 0px;
    }

    body {
    color: white;
    background-color: black;
    font-family: sans-serif;
    }
