a:link{color:#000000;text-decoration:none;}
a:hover{color:#FFFFFF;text-decoration:none;}
a:active{text-decoration:none}
a:visited{text-decoration:underline;color:#000000;}

body {
    background-color: #ffdddd;
}

#header {
    text-align:center;
    color: #000000;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5px;
    font-size: 25px;
}

.heading{
    margin: auto;
    max-width: 50%;
    max-height: 25%;
}

.menuTable{
    text-align: center;
    width: 100%;
}

#dinner{
    border-radius: 15px;
    background-color: #ff1166;
    width: 33%;
    float: left;
    margin-bottom: 20px;
}

#sides{
    border-radius: 15px;
    background-color: #99bbee;
    width: 33%;
    float: left;
}

#lunch{
    border-radius: 15px;
    background-color: #33ff88;
    width: 33%;
    float: left;
}

#itemDisplay{
    border-radius: 15px;
    background-color: #ffffff;
}

.linkSpacer{
    margin-left: 10px;
    margin-right: 10px;
}

#footer {
    color: #FFFFFF;
    background: #66ffdd;
    text-align: center;
    width:100%;
    position:fixed;
    z-index: 1000;
    bottom: 0;
}

#content {
    color: #000000;
    padding: 1px;
    padding-left: 4px;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 30px;
    min-height: 400px;
    background: #ffdddd;
    margin-top: 15px;
    border-radius:15px;
    text-align: center;
}

#navbar {
    height:35px;
    color: #FFFFFF;
    margin-left: 20%;
    margin-right: 20%;
    text-align:center;
    font-size:30px;
    background-color: #66cccc;
    background-image: -moz-linear-gradient(top, #66ffdd, #66cccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #66ffdd),color-stop(1, #66cccc));
    box-shadow: inset 0 0 15px #66cccc, 0 0 20px #446b6b, inset 0 35px 35px -18px #66ffdd;
}