/** Standard link and background */
.table {
    height: 80;
    width: 550;
    cellpading: 4;
    align: center;
    border-style: outset;
}

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

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

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

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