html {
    font-family: Georgia, Times, serif;
}

.headline {
    text-align: center;
    font-size: 36px;
}

ul {
    padding-left: 0px;
}

ul li {
    list-style: none;
    display: inline;
    padding: 0 10px;
}

a {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    color: #666;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #222;
    color: #222;
}

.headline ul li img {
    vertical-align: middle;
    margin: 0 5px;
    height: 32px;

    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;

    -moz-border-radius: 5px;
    border-radius: 5px;
}
