.menu
{
        position: relative;
        vertical-align: bottom;
        text-align: center;
        color: white;
        top: 90px;
        font-size: 12px;
        font-weight: bold;
}
.menu a
{
        text-shadow: #000000 1px 1px 2px;
        text-decoration: none;
        color: white;
}
.menu a:hover
{
        color: red;
}
.footu
{
        position: relative;
        vertical-align: bottom;
        color: white;
        top: 15px;
        font-size: 11px;
        font-weight: bold;
}
.footu a
{
        text-shadow: #000000 1px 1px 2px;
        text-decoration: none;
        color: white;
}
.footu a:hover
{
        color: red;
}