.container { margin-top: 2em; }
img { display: block; text-align: center; }
a {
    color: blue;
    text-decoration: none;
}
a:hover {color: red;}
#navigation a {
    margin-top: .6em;
    display: block;
    width: 100%
    line-height: 150%;
    text-align: center;
    border: dotted 1px black;
    background: white;
}
#navigation a:hover { background: #c8c8c8; }

#navigation .judul {
    margin-top: 1em;
    display: block;
    width: 100%
    line-height: 150%;
    text-align: center;
    border: solid 1px black;
    background: #f0f0f0;
}

#footer { font-size: xx-small; }

.valuable-flair
{
    background-color: #f8f8f8;
    font-family: Arial, Liberation Sans, DejaVu Sans, sans-serif;
    font-size: 12px;
    height: 50px;
    padding: 3px;
}

.valuable-flair .userInfo
{
    display: none;
}