/* Menu */
table#menu {
    width:40%;
    margin:auto;
    margin-top:25px;
    border-collapse:collapse;
}

hr {
    color:yellow;
    width:95%;
}

/* Menu List */
td#MenuList {
    text-align:center;
    background-color:teal;
    color:white;
    padding-top:10px;
    padding-bottom:10px;
}

/* Menu Lines */
tr#DateTime {
    border-top:2px solid teal;
    font-family:monospace;
    color:gray;
}

tr#copyright {
    border-bottom:2px solid teal;
    text-align:center;
    font-family:monospace;
    color:gray;
}
