/** Standard link and background */
.main {
    background-color: #ba2050;
}

.table {
    height: 80;
    width: 150;
    cellpading: 4;
    align: center;
    border-style: solid;
    border-color: #5c1b17;
    background-image: url(images/food1.jpg);
}

.cell {
    text-align:center;
}

.menu {
    font-family: Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: White;
    text-align:center;
}
.menu a:link {
    font-family: Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: White;
}

.menu a:visited {
    font-family: Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: White;
}

.menu a:hover {
    font-family: Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: Yellow;
}

.menu a:active {
    font-family: Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: SkyBlue;
}
