#navigation {
    border: dashed white;
}

#logo {
    font-style: italic;
    font-size: 30px;
    text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}

#foot {
    border: dashed white;
}

